Html Css Color HEX #5EAAFC Cornflower Blue

📋 copy color: '#5EAAFC'

red 94 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #5EAAFC

Tints of Cornflower Blue #5EAAFC

RGB

 RED value IS 94 (37.11% from 255) = 18.22%

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

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

R = 18.22%
G = 32.95%
B = 48.84%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EAAFC (or 0x5EAAFC) is known color: Cornflower Blue. HEX triplet: 5E, AA and FC. RGB value is (94,170,252). Sum of RGB (Red+Green+Blue) = 94+170+252=516 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.22% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAAFC is #A15503. Grayscale: #9C9C9C. Windows color (decimal): -10573060 or 16558686. OLE color: 16558686.

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

Color convert

RGB 94 170 252 -
CMYK 0.63 0.33 0 0.01
HSL 211.14º 0.96% 0.68% -
HSV(B) 211.14º 0.63% 0.99% -
XYZ 36.56 38.16 97.53 -
YUV 156.62 181.82 83.33 -
System Red Green Blue C M Y K H S L
Decimal 94 170 252 0.63 0.33 0 0.01 211.14 0.96 0.68
Hex 5E AA FC 3F 21 0 1 D3 60 44
Octal 136 252 374 77 41 0 1 323 140 104
Binary 1011110 10101010 11111100 111111 100001 0 1 11010011 1100000 1000100

Color Harmonies of #5EAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAFC

Black with #5EAAFC

Text Example


Text Example

White with #5EAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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