Html Css Color HEX #5BF2EC Baby Blue

📋 copy color: '#5BF2EC'

red 91 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #5BF2EC

Tints of Baby Blue #5BF2EC

RGB

 RED value IS 91 (35.94% from 255) = 15.99%

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

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

R = 15.99%
G = 42.53%
B = 41.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#5BF2EC (or 0x5BF2EC) is known color: Baby Blue. HEX triplet: 5B, F2 and EC. RGB value is (91,242,236). Sum of RGB (Red+Green+Blue) = 91+242+236=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF2EC is #A40D13. Grayscale: #C4C4C4. Windows color (decimal): -10751252 or 15528539. OLE color: 15528539.

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

Color convert

RGB 91 242 236 -
CMYK 0.62 0 0.02 0.05
HSL 177.62º 0.85% 0.65% -
HSV(B) 177.62º 0.62% 0.95% -
XYZ 51.21 71.78 90.51 -
YUV 196.17 150.47 52.99 -
System Red Green Blue C M Y K H S L
Decimal 91 242 236 0.62 0 0.02 0.05 177.62 0.85 0.65
Hex 5B F2 EC 3E 0 2 5 B2 55 41
Octal 133 362 354 76 0 2 5 262 125 101
Binary 1011011 11110010 11101100 111110 0 10 101 10110010 1010101 1000001

Color Harmonies of #5BF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF2EC

Black with #5BF2EC

Text Example


Text Example

White with #5BF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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