Html Css Color HEX #5FFCF7 Baby Blue

📋 copy color: '#5FFCF7'

red 95 ◦ green 252 ◦ blue 247

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

Shades of Baby Blue #5FFCF7

Tints of Baby Blue #5FFCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.58%

R = 15.99%
G = 42.42%
B = 41.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#5FFCF7 (or 0x5FFCF7) is known color: Baby Blue. HEX triplet: 5F, FC and F7. RGB value is (95,252,247). Sum of RGB (Red+Green+Blue) = 95+252+247=594 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.99% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCF7 is #A00308. Grayscale: #CCCCCC. Windows color (decimal): -10486537 or 16251999. OLE color: 16251999.

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

Color convert

RGB 95 252 247 -
CMYK 0.62 0 0.02 0.01
HSL 178.09º 0.96% 0.68% -
HSV(B) 178.09º 0.62% 0.99% -
XYZ 56.32 78.77 100.23 -
YUV 204.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 95 252 247 0.62 0 0.02 0.01 178.09 0.96 0.68
Hex 5F FC F7 3E 0 2 1 B2 60 44
Octal 137 374 367 76 0 2 1 262 140 104
Binary 1011111 11111100 11110111 111110 0 10 1 10110010 1100000 1000100

Color Harmonies of #5FFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFCF7

Black with #5FFCF7

Text Example


Text Example

White with #5FFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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