Html Css Color HEX #5FFCE9 Baby Blue

📋 copy color: '#5FFCE9'

red 95 ◦ green 252 ◦ blue 233

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

Shades of Baby Blue #5FFCE9

Tints of Baby Blue #5FFCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 16.38%
G = 43.45%
B = 40.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#5FFCE9 (or 0x5FFCE9) is known color: Baby Blue. HEX triplet: 5F, FC and E9. RGB value is (95,252,233). Sum of RGB (Red+Green+Blue) = 95+252+233=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCE9 is #A00316. Grayscale: #CACACA. Windows color (decimal): -10486551 or 15334495. OLE color: 15334495.

HSL color Cylindrical-coordinate representation of color #5FFCE9: hue angle of 172.74º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCE9 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 252 233 -
CMYK 0.62 0 0.08 0.01
HSL 172.74º 0.96% 0.68% -
HSV(B) 172.74º 0.62% 0.99% -
XYZ 54.24 77.94 89.28 -
YUV 202.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 95 252 233 0.62 0 0.08 0.01 172.74 0.96 0.68
Hex 5F FC E9 3E 0 8 1 AD 60 44
Octal 137 374 351 76 0 10 1 255 140 104
Binary 1011111 11111100 11101001 111110 0 1000 1 10101101 1100000 1000100

Color Harmonies of #5FFCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCE9

Black with #5FFCE9

Text Example


Text Example

White with #5FFCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,252,233); }

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

background-color css

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

 a { background-color: rgb(95,252,233); }

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

border-color css

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

 span { border-color: rgb(95,252,233); }

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