#60F4FF

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

Shades of Baby Blue #60F4FF

Tints of Baby Blue #60F4FF

Color information

#60F4FF (or 0x60F4FF) is unknown color: approx Baby Blue. HEX triplet: 60, F4 and FF. RGB value is (96,244,255). Sum of RGB (Red+Green+Blue) = 96+244+255=595 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.13% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #60F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F4FF is #9F0B00. Grayscale: #C8C8C8. Windows color (decimal): -10423041 or 16774240. OLE color: 16774240.

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

Color convert

RGB96244255-
CMYK0.620.0400
HSL184.15º100%68.82%-
HSV(B)184.15º62.35%100%-
XYZ55.2274.41106.06-
YUV201158.4753.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.13%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 255 (100% from 255) = 42.86%
R=16.13%
G=41.01%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962442550.620.0400184.1510068.82
Hex60F4FF3E400b86445
Octal14036437776400270144105
Binary11000001111010011111111111110100001011100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,244,255); }

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

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

 a { background-color: rgb(96,244,255); }

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

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

 span { border-color: rgb(96,244,255); }

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