#60FFE7

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

Shades of Baby Blue #60FFE7

Tints of Baby Blue #60FFE7

Color information

#60FFE7 (or 0x60FFE7) is unknown color: approx Baby Blue. HEX triplet: 60, FF and E7. RGB value is (96,255,231). Sum of RGB (Red+Green+Blue) = 96+255+231=582 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.49% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFE7 is #9F0018. Grayscale: #CCCCCC. Windows color (decimal): -10420249 or 15204192. OLE color: 15204192.

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

Color convert

RGB96255231-
CMYK0.6200.090
HSL170.94º100%68.82%-
HSV(B)170.94º62.35%100%-
XYZ55.0179.7888.1-
YUV204.72142.8250.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.49%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 231 (90.62% from 255) = 39.69%
R=16.49%
G=43.81%
B=39.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962552310.6200.090170.9410068.82
Hex60FFE73E090ab6445
Octal140377347760110253144105
Binary110000011111111111001111111100100101010101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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