Html Css Color HEX #5EEAFC Baby Blue

📋 copy color: '#5EEAFC'

red 94 ◦ green 234 ◦ blue 252

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

Shades of Baby Blue #5EEAFC

Tints of Baby Blue #5EEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.34%

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

R = 16.21%
G = 40.34%
B = 43.45%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EEAFC (or 0x5EEAFC) is known color: Baby Blue. HEX triplet: 5E, EA and FC. RGB value is (94,234,252). Sum of RGB (Red+Green+Blue) = 94+234+252=580 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.21% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EEAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAFC is #A11503. Grayscale: #C1C1C1. Windows color (decimal): -10556676 or 16575070. OLE color: 16575070.

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

Color convert

RGB 94 234 252 -
CMYK 0.63 0.07 0 0.01
HSL 186.84º 0.96% 0.68% -
HSV(B) 186.84º 0.63% 0.99% -
XYZ 51.61 68.25 102.55 -
YUV 194.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 94 234 252 0.63 0.07 0 0.01 186.84 0.96 0.68
Hex 5E EA FC 3F 7 0 1 BB 60 44
Octal 136 352 374 77 7 0 1 273 140 104
Binary 1011110 11101010 11111100 111111 111 0 1 10111011 1100000 1000100

Color Harmonies of #5EEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEAFC

Black with #5EEAFC

Text Example


Text Example

White with #5EEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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