Html Css Color HEX #5FF2ED Baby Blue

📋 copy color: '#5FF2ED'

red 95 ◦ green 242 ◦ blue 237

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

Shades of Baby Blue #5FF2ED

Tints of Baby Blue #5FF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 16.55%
G = 42.16%
B = 41.29%

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

#5FF2ED (or 0x5FF2ED) is known color: Baby Blue. HEX triplet: 5F, F2 and ED. RGB value is (95,242,237). Sum of RGB (Red+Green+Blue) = 95+242+237=574 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.55% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF2ED is #A00D12. Grayscale: #C5C5C5. Windows color (decimal): -10489107 or 15594079. OLE color: 15594079.

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

Color convert

RGB 95 242 237 -
CMYK 0.61 0 0.02 0.05
HSL 177.96º 0.85% 0.66% -
HSV(B) 177.96º 0.61% 0.95% -
XYZ 51.76 72.05 91.3 -
YUV 197.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 95 242 237 0.61 0 0.02 0.05 177.96 0.85 0.66
Hex 5F F2 ED 3D 0 2 5 B2 55 42
Octal 137 362 355 75 0 2 5 262 125 102
Binary 1011111 11110010 11101101 111101 0 10 101 10110010 1010101 1000010

Color Harmonies of #5FF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF2ED

Black with #5FF2ED

Text Example


Text Example

White with #5FF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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