Html Css Color HEX #56AAF6 Cornflower Blue

📋 copy color: '#56AAF6'

red 86 ◦ green 170 ◦ blue 246

#56AAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #56AAF6

Tints of Cornflower Blue #56AAF6

RGB

 RED value IS 86 (33.98% from 255) = 17.13%

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 17.13%
G = 33.86%
B = 49%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#56AAF6 (or 0x56AAF6) is known color: Cornflower Blue. HEX triplet: 56, AA and F6. RGB value is (86,170,246). Sum of RGB (Red+Green+Blue) = 86+170+246=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #56AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AAF6 is #A95509. Grayscale: #999999. Windows color (decimal): -11097354 or 16165462. OLE color: 16165462.

HSL color Cylindrical-coordinate representation of color #56AAF6: hue angle of 208.5º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56AAF6 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 170 246 -
CMYK 0.65 0.31 0 0.04
HSL 208.5º 0.9% 0.65% -
HSV(B) 208.5º 0.65% 0.96% -
XYZ 34.85 37.38 92.57 -
YUV 153.55 180.17 79.82 -
System Red Green Blue C M Y K H S L
Decimal 86 170 246 0.65 0.31 0 0.04 208.5 0.9 0.65
Hex 56 AA F6 41 1F 0 4 D0 5A 41
Octal 126 252 366 101 37 0 4 320 132 101
Binary 1010110 10101010 11110110 1000001 11111 0 100 11010000 1011010 1000001

Color Harmonies of #56AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AAF6

Black with #56AAF6

Text Example


Text Example

White with #56AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AAF6; }

 p { color: rgb(86,170,246); }

 H1.HeaderClassName
 {
   color: #56AAF6;
 }
 .AnyTagClassName
 {
   color: #56AAF6;
 }
</style>

background-color css

<style>
 a { background-color: #56AAF6; }

 a { background-color: rgb(86,170,246); }

 div.DivClassName
 {
   background-color: #56AAF6;
 }
 .BgClassName
 {
   background-color: #56AAF6;
 }
</style>

border-color css

<style>
 span { border-color: #56AAF6; }

 span { border-color: rgb(86,170,246); }

 td.TdClassName
 {
   border-color: #56AAF6;
 }
 .TagClassName
 {
   border-color: #56AAF6;
 }
</style>