Html Css Color HEX #5FFCEF Baby Blue

📋 copy color: '#5FFCEF'

red 95 ◦ green 252 ◦ blue 239

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

Shades of Baby Blue #5FFCEF

Tints of Baby Blue #5FFCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 16.21%
G = 43%
B = 40.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#5FFCEF (or 0x5FFCEF) is known color: Baby Blue. HEX triplet: 5F, FC and EF. RGB value is (95,252,239). Sum of RGB (Red+Green+Blue) = 95+252+239=586 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.21% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCEF is #A00310. Grayscale: #CBCBCB. Windows color (decimal): -10486545 or 15727711. OLE color: 15727711.

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

Color convert

RGB 95 252 239 -
CMYK 0.62 0 0.05 0.01
HSL 175.03º 0.96% 0.68% -
HSV(B) 175.03º 0.62% 0.99% -
XYZ 55.11 78.29 93.87 -
YUV 203.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 95 252 239 0.62 0 0.05 0.01 175.03 0.96 0.68
Hex 5F FC EF 3E 0 5 1 AF 60 44
Octal 137 374 357 76 0 5 1 257 140 104
Binary 1011111 11111100 11101111 111110 0 101 1 10101111 1100000 1000100

Color Harmonies of #5FFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCEF

Black with #5FFCEF

Text Example


Text Example

White with #5FFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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