#5CF7F0

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

Shades of Baby Blue #5CF7F0

Tints of Baby Blue #5CF7F0

Color information

#5CF7F0 (or 0x5CF7F0) is unknown color: approx Baby Blue. HEX triplet: 5C, F7 and F0. RGB value is (92,247,240). Sum of RGB (Red+Green+Blue) = 92+247+240=579 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.89% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF7F0 is #A3080F. Grayscale: #C7C7C7. Windows color (decimal): -10684432 or 15791964. OLE color: 15791964.

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

Color convert

RGB92247240-
CMYK0.6300.030.03
HSL177.29º90.64%66.47%-
HSV(B)177.29º62.75%96.86%-
XYZ53.475.0994.12-
YUV199.86150.6551.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.89%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=15.89%
G=42.66%
B=41.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922472400.6300.030.03177.2990.6466.47
Hex5CF7F03F033b15b42
Octal13436736077033261133102
Binary10111001111011111110000111111011111011000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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