Html Css Color HEX #5FAAFC Cornflower Blue

📋 copy color: '#5FAAFC'

red 95 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #5FAAFC

Tints of Cornflower Blue #5FAAFC

RGB

 RED value IS 95 (37.5% from 255) = 18.38%

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

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

R = 18.38%
G = 32.88%
B = 48.74%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FAAFC (or 0x5FAAFC) is known color: Cornflower Blue. HEX triplet: 5F, AA and FC. RGB value is (95,170,252). Sum of RGB (Red+Green+Blue) = 95+170+252=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAFC is #A05503. Grayscale: #9C9C9C. Windows color (decimal): -10507524 or 16558687. OLE color: 16558687.

HSL color Cylindrical-coordinate representation of color #5FAAFC: hue angle of 211.34º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FAAFC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 170 252 -
CMYK 0.62 0.33 0 0.01
HSL 211.34º 0.96% 0.68% -
HSV(B) 211.34º 0.62% 0.99% -
XYZ 36.66 38.21 97.54 -
YUV 156.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 95 170 252 0.62 0.33 0 0.01 211.34 0.96 0.68
Hex 5F AA FC 3E 21 0 1 D3 60 44
Octal 137 252 374 76 41 0 1 323 140 104
Binary 1011111 10101010 11111100 111110 100001 0 1 11010011 1100000 1000100

Color Harmonies of #5FAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAAFC

Black with #5FAAFC

Text Example


Text Example

White with #5FAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAAFC; }

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

 H1.HeaderClassName
 {
   color: #5FAAFC;
 }
 .AnyTagClassName
 {
   color: #5FAAFC;
 }
</style>

background-color css

<style>
 a { background-color: #5FAAFC; }

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

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

border-color css

<style>
 span { border-color: #5FAAFC; }

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

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