Html Css Color HEX #5EE9FD Baby Blue

📋 copy color: '#5EE9FD'

red 94 ◦ green 233 ◦ blue 253

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

Shades of Baby Blue #5EE9FD

Tints of Baby Blue #5EE9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.17%

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 16.21%
G = 40.17%
B = 43.62%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EE9FD (or 0x5EE9FD) is known color: Baby Blue. HEX triplet: 5E, E9 and FD. RGB value is (94,233,253). Sum of RGB (Red+Green+Blue) = 94+233+253=580 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.21% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EE9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE9FD is #A11602. Grayscale: #C1C1C1. Windows color (decimal): -10556931 or 16640350. OLE color: 16640350.

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

Color convert

RGB 94 233 253 -
CMYK 0.63 0.08 0 0.01
HSL 187.55º 0.98% 0.68% -
HSV(B) 187.55º 0.63% 0.99% -
XYZ 51.48 67.75 103.29 -
YUV 193.72 161.45 56.87 -
System Red Green Blue C M Y K H S L
Decimal 94 233 253 0.63 0.08 0 0.01 187.55 0.98 0.68
Hex 5E E9 FD 3F 8 0 1 BC 62 44
Octal 136 351 375 77 10 0 1 274 142 104
Binary 1011110 11101001 11111101 111111 1000 0 1 10111100 1100010 1000100

Color Harmonies of #5EE9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE9FD

Black with #5EE9FD

Text Example


Text Example

White with #5EE9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,233,253); }

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

background-color css

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

 a { background-color: rgb(94,233,253); }

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

border-color css

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

 span { border-color: rgb(94,233,253); }

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