Html Css Color HEX #5EABFC Cornflower Blue

📋 copy color: '#5EABFC'

red 94 ◦ green 171 ◦ blue 252

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

Shades of Cornflower Blue #5EABFC

Tints of Cornflower Blue #5EABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

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

R = 18.18%
G = 33.08%
B = 48.74%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EABFC (or 0x5EABFC) is known color: Cornflower Blue. HEX triplet: 5E, AB and FC. RGB value is (94,171,252). Sum of RGB (Red+Green+Blue) = 94+171+252=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 171 (67.19% from 255 or 33.08% 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 #5EABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABFC is #A15403. Grayscale: #9C9C9C. Windows color (decimal): -10572804 or 16558942. OLE color: 16558942.

HSL color Cylindrical-coordinate representation of color #5EABFC: hue angle of 210.76º 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 #5EABFC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 171 252 -
CMYK 0.63 0.32 0 0.01
HSL 210.76º 0.96% 0.68% -
HSV(B) 210.76º 0.63% 0.99% -
XYZ 36.75 38.53 97.6 -
YUV 157.21 181.49 82.91 -
System Red Green Blue C M Y K H S L
Decimal 94 171 252 0.63 0.32 0 0.01 210.76 0.96 0.68
Hex 5E AB FC 3F 20 0 1 D3 60 44
Octal 136 253 374 77 40 0 1 323 140 104
Binary 1011110 10101011 11111100 111111 100000 0 1 11010011 1100000 1000100

Color Harmonies of #5EABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABFC

Black with #5EABFC

Text Example


Text Example

White with #5EABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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