#60CEFF

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

Shades of Maya Blue #60CEFF

Tints of Maya Blue #60CEFF

Color information

#60CEFF (or 0x60CEFF) is unknown color: approx Maya Blue. HEX triplet: 60, CE and FF. RGB value is (96,206,255). Sum of RGB (Red+Green+Blue) = 96+206+255=557 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.24% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #60CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEFF is #9F3100. Grayscale: #B2B2B2. Windows color (decimal): -10432769 or 16764512. OLE color: 16764512.

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

Color convert

RGB96206255-
CMYK0.620.1900
HSL198.49º100%68.82%-
HSV(B)198.49º62.35%100%-
XYZ44.9553.85102.63-
YUV178.7171.0669.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.24%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 255 (100% from 255) = 45.78%
R=17.24%
G=36.98%
B=45.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962062550.620.1900198.4910068.82
Hex60CEFF3E1300c66445
Octal140316377762300306144105
Binary1100000110011101111111111111010011001100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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