Html Css Color HEX #55AAFC Cornflower Blue

📋 copy color: '#55AAFC'

red 85 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #55AAFC

Tints of Cornflower Blue #55AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 16.77%
G = 33.53%
B = 49.7%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55AAFC (or 0x55AAFC) is known color: Cornflower Blue. HEX triplet: 55, AA and FC. RGB value is (85,170,252). Sum of RGB (Red+Green+Blue) = 85+170+252=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #55AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAFC is #AA5503. Grayscale: #999999. Windows color (decimal): -11162884 or 16558677. OLE color: 16558677.

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

Color convert

RGB 85 170 252 -
CMYK 0.66 0.33 0 0.01
HSL 209.46º 0.97% 0.66% -
HSV(B) 209.46º 0.66% 0.99% -
XYZ 35.69 37.71 97.49 -
YUV 153.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 85 170 252 0.66 0.33 0 0.01 209.46 0.97 0.66
Hex 55 AA FC 42 21 0 1 D1 61 42
Octal 125 252 374 102 41 0 1 321 141 102
Binary 1010101 10101010 11111100 1000010 100001 0 1 11010001 1100001 1000010

Color Harmonies of #55AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAFC

Black with #55AAFC

Text Example


Text Example

White with #55AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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