Html Css Color HEX #5FF2EC Baby Blue

📋 copy color: '#5FF2EC'

red 95 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #5FF2EC

Tints of Baby Blue #5FF2EC

RGB

 RED value IS 95 (37.5% from 255) = 16.58%

 GREEN value IS 242 (94.92% from 255) = 42.23%

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 16.58%
G = 42.23%
B = 41.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#5FF2EC (or 0x5FF2EC) is known color: Baby Blue. HEX triplet: 5F, F2 and EC. RGB value is (95,242,236). Sum of RGB (Red+Green+Blue) = 95+242+236=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF2EC is #A00D13. Grayscale: #C5C5C5. Windows color (decimal): -10489108 or 15528543. OLE color: 15528543.

HSL color Cylindrical-coordinate representation of color #5FF2EC: hue angle of 177.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF2EC is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 236 -
CMYK 0.61 0 0.02 0.05
HSL 177.55º 0.85% 0.66% -
HSV(B) 177.55º 0.61% 0.95% -
XYZ 51.61 71.99 90.53 -
YUV 197.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 95 242 236 0.61 0 0.02 0.05 177.55 0.85 0.66
Hex 5F F2 EC 3D 0 2 5 B2 55 42
Octal 137 362 354 75 0 2 5 262 125 102
Binary 1011111 11110010 11101100 111101 0 10 101 10110010 1010101 1000010

Color Harmonies of #5FF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2EC

Black with #5FF2EC

Text Example


Text Example

White with #5FF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,242,236); }

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

background-color css

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

 a { background-color: rgb(95,242,236); }

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

border-color css

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

 span { border-color: rgb(95,242,236); }

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