#60F3F7

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

Shades of Baby Blue #60F3F7

Tints of Baby Blue #60F3F7

Color information

#60F3F7 (or 0x60F3F7) is unknown color: approx Baby Blue. HEX triplet: 60, F3 and F7. RGB value is (96,243,247). Sum of RGB (Red+Green+Blue) = 96+243+247=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #60F3F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F3F7 is #9F0C08. Grayscale: #C7C7C7. Windows color (decimal): -10423305 or 16249696. OLE color: 16249696.

HSL color Cylindrical-coordinate representation of color #60F3F7: hue angle of 181.59º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F3F7 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96243247-
CMYK0.610.0200.03
HSL181.59º90.42%67.25%-
HSV(B)181.59º61.13%96.86%-
XYZ53.6673.399.32-
YUV199.5154.854.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.38%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 247 (96.88% from 255) = 42.15%
R=16.38%
G=41.47%
B=42.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal962432470.610.0200.03181.5990.4267.25
Hex60F3F73D203b65a43
Octal14036336775203266132103
Binary11000001111001111110111111101100111011011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60F3F7; }

 p { color: rgb(96,243,247); }

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

<style>
 a { background-color: #60F3F7; }

 a { background-color: rgb(96,243,247); }

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

<style>
 span { border-color: #60F3F7; }

 span { border-color: rgb(96,243,247); }

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