#60F1FA

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

Shades of Baby Blue #60F1FA

Tints of Baby Blue #60F1FA

Color information

#60F1FA (or 0x60F1FA) is unknown color: approx Baby Blue. HEX triplet: 60, F1 and FA. RGB value is (96,241,250). Sum of RGB (Red+Green+Blue) = 96+241+250=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #60F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1FA is #9F0E05. Grayscale: #C6C6C6. Windows color (decimal): -10423814 or 16445792. OLE color: 16445792.

HSL color Cylindrical-coordinate representation of color #60F1FA: hue angle of 183.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60F1FA is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96241250-
CMYK0.620.0400.02
HSL183.51º93.9%67.84%-
HSV(B)183.51º61.6%98.04%-
XYZ53.5372.3101.58-
YUV198.67156.9654.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.35%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=16.35%
G=41.06%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962412500.620.0400.02183.5193.967.84
Hex60F1FA3E402b85e44
Octal14036137276402270136104
Binary110000011110001111110101111101000101011100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,241,250); }

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

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

 a { background-color: rgb(96,241,250); }

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

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

 span { border-color: rgb(96,241,250); }

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