Html Css Color HEX #5FFCF4 Baby Blue

📋 copy color: '#5FFCF4'

red 95 ◦ green 252 ◦ blue 244

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

Shades of Baby Blue #5FFCF4

Tints of Baby Blue #5FFCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.29%

R = 16.07%
G = 42.64%
B = 41.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#5FFCF4 (or 0x5FFCF4) is known color: Baby Blue. HEX triplet: 5F, FC and F4. RGB value is (95,252,244). Sum of RGB (Red+Green+Blue) = 95+252+244=591 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.07% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCF4 is #A0030B. Grayscale: #CCCCCC. Windows color (decimal): -10486540 or 16055391. OLE color: 16055391.

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

Color convert

RGB 95 252 244 -
CMYK 0.62 0 0.03 0.01
HSL 176.94º 0.96% 0.68% -
HSV(B) 176.94º 0.62% 0.99% -
XYZ 55.86 78.59 97.81 -
YUV 204.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 95 252 244 0.62 0 0.03 0.01 176.94 0.96 0.68
Hex 5F FC F4 3E 0 3 1 B1 60 44
Octal 137 374 364 76 0 3 1 261 140 104
Binary 1011111 11111100 11110100 111110 0 11 1 10110001 1100000 1000100

Color Harmonies of #5FFCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCF4

Black with #5FFCF4

Text Example


Text Example

White with #5FFCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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