#60BFFF

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

Shades of Maya Blue #60BFFF

Tints of Maya Blue #60BFFF

Color information

#60BFFF (or 0x60BFFF) is unknown color: approx Maya Blue. HEX triplet: 60, BF and FF. RGB value is (96,191,255). Sum of RGB (Red+Green+Blue) = 96+191+255=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #60BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFF is #9F4000. Grayscale: #A9A9A9. Windows color (decimal): -10436609 or 16760672. OLE color: 16760672.

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

Color convert

RGB96191255-
CMYK0.620.2500
HSL204.15º100%68.82%-
HSV(B)204.15º62.35%100%-
XYZ41.546.97101.49-
YUV169.89176.0375.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.71%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 255 (100% from 255) = 47.05%
R=17.71%
G=35.24%
B=47.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961912550.620.2500204.1510068.82
Hex60BFFF3E1900cc6445
Octal140277377763100314144105
Binary1100000101111111111111111111011001001100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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