Html Css Color HEX #5EEFFD Baby Blue

📋 copy color: '#5EEFFD'

red 94 ◦ green 239 ◦ blue 253

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

Shades of Baby Blue #5EEFFD

Tints of Baby Blue #5EEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.78%

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

R = 16.04%
G = 40.78%
B = 43.17%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5EEFFD (or 0x5EEFFD) is known color: Baby Blue. HEX triplet: 5E, EF and FD. RGB value is (94,239,253). Sum of RGB (Red+Green+Blue) = 94+239+253=586 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.04% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFFD is #A11002. Grayscale: #C5C5C5. Windows color (decimal): -10555395 or 16641886. OLE color: 16641886.

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

Color convert

RGB 94 239 253 -
CMYK 0.63 0.06 0 0.01
HSL 185.28º 0.98% 0.68% -
HSV(B) 185.28º 0.63% 0.99% -
XYZ 53.21 71.2 103.87 -
YUV 197.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 94 239 253 0.63 0.06 0 0.01 185.28 0.98 0.68
Hex 5E EF FD 3F 6 0 1 B9 62 44
Octal 136 357 375 77 6 0 1 271 142 104
Binary 1011110 11101111 11111101 111111 110 0 1 10111001 1100010 1000100

Color Harmonies of #5EEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFFD

Black with #5EEFFD

Text Example


Text Example

White with #5EEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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