Html Css Color HEX #55AAFE Cornflower Blue

📋 copy color: '#55AAFE'

red 85 ◦ green 170 ◦ blue 254

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

Shades of Cornflower Blue #55AAFE

Tints of Cornflower Blue #55AAFE

RGB

 RED value IS 85 (33.59% from 255) = 16.7%

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 16.7%
G = 33.4%
B = 49.9%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#55AAFE (or 0x55AAFE) is known color: Cornflower Blue. HEX triplet: 55, AA and FE. RGB value is (85,170,254). Sum of RGB (Red+Green+Blue) = 85+170+254=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #55AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAFE is #AA5501. Grayscale: #999999. Windows color (decimal): -11162882 or 16689749. OLE color: 16689749.

HSL color Cylindrical-coordinate representation of color #55AAFE: hue angle of 209.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55AAFE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 170 254 -
CMYK 0.67 0.33 0 0.00
HSL 209.82º 0.99% 0.66% -
HSV(B) 209.82º 0.67% 1% -
XYZ 36.01 37.84 99.17 -
YUV 154.16 184.34 78.67 -
System Red Green Blue C M Y K H S L
Decimal 85 170 254 0.67 0.33 0 0.00 209.82 0.99 0.66
Hex 55 AA FE 43 21 0 0 D2 63 42
Octal 125 252 376 103 41 0 0 322 143 102
Binary 1010101 10101010 11111110 1000011 100001 0 0 11010010 1100011 1000010

Color Harmonies of #55AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAFE

Black with #55AAFE

Text Example


Text Example

White with #55AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AAFE; }

 p { color: rgb(85,170,254); }

 H1.HeaderClassName
 {
   color: #55AAFE;
 }
 .AnyTagClassName
 {
   color: #55AAFE;
 }
</style>

background-color css

<style>
 a { background-color: #55AAFE; }

 a { background-color: rgb(85,170,254); }

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

border-color css

<style>
 span { border-color: #55AAFE; }

 span { border-color: rgb(85,170,254); }

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