Html Css Color HEX #5EFCF3 Baby Blue

📋 copy color: '#5EFCF3'

red 94 ◦ green 252 ◦ blue 243

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

Shades of Baby Blue #5EFCF3

Tints of Baby Blue #5EFCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.26%

R = 15.96%
G = 42.78%
B = 41.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#5EFCF3 (or 0x5EFCF3) is known color: Baby Blue. HEX triplet: 5E, FC and F3. RGB value is (94,252,243). Sum of RGB (Red+Green+Blue) = 94+252+243=589 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.96% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFCF3 is #A1030C. Grayscale: #CBCBCB. Windows color (decimal): -10552077 or 15989854. OLE color: 15989854.

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

Color convert

RGB 94 252 243 -
CMYK 0.63 0 0.04 0.01
HSL 176.58º 0.96% 0.68% -
HSV(B) 176.58º 0.63% 0.99% -
XYZ 55.6 78.47 97.01 -
YUV 203.73 150.15 49.73 -
System Red Green Blue C M Y K H S L
Decimal 94 252 243 0.63 0 0.04 0.01 176.58 0.96 0.68
Hex 5E FC F3 3F 0 4 1 B1 60 44
Octal 136 374 363 77 0 4 1 261 140 104
Binary 1011110 11111100 11110011 111111 0 100 1 10110001 1100000 1000100

Color Harmonies of #5EFCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFCF3

Black with #5EFCF3

Text Example


Text Example

White with #5EFCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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