#5DF7F0

Color #5DF7F0 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5DF7F0

Tints of Baby Blue #5DF7F0

Color information

#5DF7F0 (or 0x5DF7F0) is unknown color: approx Baby Blue. HEX triplet: 5D, F7 and F0. RGB value is (93,247,240). Sum of RGB (Red+Green+Blue) = 93+247+240=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF7F0 is #A2080F. Grayscale: #C8C8C8. Windows color (decimal): -10618896 or 15791965. OLE color: 15791965.

HSL color Cylindrical-coordinate representation of color #5DF7F0: hue angle of 177.27º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF7F0 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB93247240-
CMYK0.6200.030.03
HSL177.27º90.59%66.67%-
HSV(B)177.27º62.35%96.86%-
XYZ53.575.1494.12-
YUV200.16150.4851.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.03%
GREEN value IS 247 (96.88% from 255) = 42.59%
BLUE value IS 240 (94.14% from 255) = 41.38%
R=16.03%
G=42.59%
B=41.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932472400.6200.030.03177.2790.5966.67
Hex5DF7F03E033b15b43
Octal13536736076033261133103
Binary10111011111011111110000111110011111011000110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,247,240); }

 H1.HeaderClassName
 {
   color: #5DF7F0;
 }
 .AnyTagClassName
 {
   color: #5DF7F0;
 }
</style>
background-color css

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

 a { background-color: rgb(93,247,240); }

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

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

 span { border-color: rgb(93,247,240); }

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