Html Css Color HEX #5FF2EB Baby Blue

📋 copy color: '#5FF2EB'

red 95 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #5FF2EB

Tints of Baby Blue #5FF2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 16.61%
G = 42.31%
B = 41.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#5FF2EB (or 0x5FF2EB) is known color: Baby Blue. HEX triplet: 5F, F2 and EB. RGB value is (95,242,235). Sum of RGB (Red+Green+Blue) = 95+242+235=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF2EB is #A00D14. Grayscale: #C5C5C5. Windows color (decimal): -10489109 or 15463007. OLE color: 15463007.

HSL color Cylindrical-coordinate representation of color #5FF2EB: hue angle of 177.14º 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 #5FF2EB is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 235 -
CMYK 0.61 0 0.03 0.05
HSL 177.14º 0.85% 0.66% -
HSV(B) 177.14º 0.61% 0.95% -
XYZ 51.47 71.94 89.77 -
YUV 197.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 95 242 235 0.61 0 0.03 0.05 177.14 0.85 0.66
Hex 5F F2 EB 3D 0 3 5 B1 55 42
Octal 137 362 353 75 0 3 5 261 125 102
Binary 1011111 11110010 11101011 111101 0 11 101 10110001 1010101 1000010

Color Harmonies of #5FF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2EB

Black with #5FF2EB

Text Example


Text Example

White with #5FF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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