#60FEF3

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

Shades of Baby Blue #60FEF3

Tints of Baby Blue #60FEF3

Color information

#60FEF3 (or 0x60FEF3) is unknown color: approx Baby Blue. HEX triplet: 60, FE and F3. RGB value is (96,254,243). Sum of RGB (Red+Green+Blue) = 96+254+243=593 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.19% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEF3 is #9F010C. Grayscale: #CDCDCD. Windows color (decimal): -10420493 or 15990368. OLE color: 15990368.

HSL color Cylindrical-coordinate representation of color #60FEF3: hue angle of 175.82º 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 #60FEF3 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB96254243-
CMYK0.6200.040.00
HSL175.82º98.75%68.63%-
HSV(B)175.82º62.2%99.61%-
XYZ56.4479.8497.23-
YUV205.5149.1549.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.19%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 243 (95.31% from 255) = 40.98%
R=16.19%
G=42.83%
B=40.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962542430.6200.040.00175.8298.7568.63
Hex60FEF33E040b06345
Octal14037636376040260143105
Binary11000001111111011110011111110010001011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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