Html Css Color HEX #5EFCF6 Baby Blue

📋 copy color: '#5EFCF6'

red 94 ◦ green 252 ◦ blue 246

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

Shades of Baby Blue #5EFCF6

Tints of Baby Blue #5EFCF6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.57%

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 15.88%
G = 42.57%
B = 41.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#5EFCF6 (or 0x5EFCF6) is known color: Baby Blue. HEX triplet: 5E, FC and F6. RGB value is (94,252,246). Sum of RGB (Red+Green+Blue) = 94+252+246=592 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.88% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFCF6 is #A10309. Grayscale: #CBCBCB. Windows color (decimal): -10552074 or 16186462. OLE color: 16186462.

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

Color convert

RGB 94 252 246 -
CMYK 0.63 0 0.02 0.01
HSL 177.72º 0.96% 0.68% -
HSV(B) 177.72º 0.63% 0.99% -
XYZ 56.06 78.65 99.42 -
YUV 204.07 151.65 49.49 -
System Red Green Blue C M Y K H S L
Decimal 94 252 246 0.63 0 0.02 0.01 177.72 0.96 0.68
Hex 5E FC F6 3F 0 2 1 B2 60 44
Octal 136 374 366 77 0 2 1 262 140 104
Binary 1011110 11111100 11110110 111111 0 10 1 10110010 1100000 1000100

Color Harmonies of #5EFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFCF6

Black with #5EFCF6

Text Example


Text Example

White with #5EFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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