Html Css Color HEX #55AAFA Cornflower Blue

📋 copy color: '#55AAFA'

red 85 ◦ green 170 ◦ blue 250

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

Shades of Cornflower Blue #55AAFA

Tints of Cornflower Blue #55AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 16.83%
G = 33.66%
B = 49.5%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55AAFA (or 0x55AAFA) is known color: Cornflower Blue. HEX triplet: 55, AA and FA. RGB value is (85,170,250). Sum of RGB (Red+Green+Blue) = 85+170+250=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #55AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AAFA is #AA5505. Grayscale: #999999. Windows color (decimal): -11162886 or 16427605. OLE color: 16427605.

HSL color Cylindrical-coordinate representation of color #55AAFA: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55AAFA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 170 250 -
CMYK 0.66 0.32 0 0.02
HSL 209.09º 0.94% 0.66% -
HSV(B) 209.09º 0.66% 0.98% -
XYZ 35.38 37.58 95.83 -
YUV 153.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 85 170 250 0.66 0.32 0 0.02 209.09 0.94 0.66
Hex 55 AA FA 42 20 0 2 D1 5E 42
Octal 125 252 372 102 40 0 2 321 136 102
Binary 1010101 10101010 11111010 1000010 100000 0 10 11010001 1011110 1000010

Color Harmonies of #55AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAFA

Black with #55AAFA

Text Example


Text Example

White with #55AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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