#60FDFE

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

Shades of Baby Blue #60FDFE

Tints of Baby Blue #60FDFE

Color information

#60FDFE (or 0x60FDFE) is unknown color: approx Baby Blue. HEX triplet: 60, FD and FE. RGB value is (96,253,254). Sum of RGB (Red+Green+Blue) = 96+253+254=603 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.92% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #60FDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDFE is #9F0201. Grayscale: #CECECE. Windows color (decimal): -10420738 or 16711008. OLE color: 16711008.

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

Color convert

RGB96253254-
CMYK0.620.0000.00
HSL180.38º98.75%68.63%-
HSV(B)180.38º62.2%99.61%-
XYZ57.8479.89106.14-
YUV206.17154.9949.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 15.92%
GREEN value IS 253 (99.22% from 255) = 41.96%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=15.92%
G=41.96%
B=42.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962532540.620.0000.00180.3898.7568.63
Hex60FDFE3E000b46345
Octal14037537676000264143105
Binary110000011111101111111101111100001011010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,253,254); }

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

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

 a { background-color: rgb(96,253,254); }

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

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

 span { border-color: rgb(96,253,254); }

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