Html Css Color HEX #5EACF9 Cornflower Blue

📋 copy color: '#5EACF9'

red 94 ◦ green 172 ◦ blue 249

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

Shades of Cornflower Blue #5EACF9

Tints of Cornflower Blue #5EACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 18.25%
G = 33.4%
B = 48.35%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5EACF9 (or 0x5EACF9) is known color: Cornflower Blue. HEX triplet: 5E, AC and F9. RGB value is (94,172,249). Sum of RGB (Red+Green+Blue) = 94+172+249=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF9 is #A15306. Grayscale: #9D9D9D. Windows color (decimal): -10572551 or 16362590. OLE color: 16362590.

HSL color Cylindrical-coordinate representation of color #5EACF9: hue angle of 209.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EACF9 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 172 249 -
CMYK 0.62 0.31 0 0.02
HSL 209.81º 0.93% 0.67% -
HSV(B) 209.81º 0.62% 0.98% -
XYZ 36.47 38.72 95.18 -
YUV 157.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 94 172 249 0.62 0.31 0 0.02 209.81 0.93 0.67
Hex 5E AC F9 3E 1F 0 2 D2 5D 43
Octal 136 254 371 76 37 0 2 322 135 103
Binary 1011110 10101100 11111001 111110 11111 0 10 11010010 1011101 1000011

Color Harmonies of #5EACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACF9

Black with #5EACF9

Text Example


Text Example

White with #5EACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,249); }

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

background-color css

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

 a { background-color: rgb(94,172,249); }

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

border-color css

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

 span { border-color: rgb(94,172,249); }

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