#60B2FF

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

Shades of Maya Blue #60B2FF

Tints of Maya Blue #60B2FF

Color information

#60B2FF (or 0x60B2FF) is unknown color: approx Maya Blue. HEX triplet: 60, B2 and FF. RGB value is (96,178,255). Sum of RGB (Red+Green+Blue) = 96+178+255=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2FF is #9F4D00. Grayscale: #A1A1A1. Windows color (decimal): -10439937 or 16757344. OLE color: 16757344.

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

Color convert

RGB96178255-
CMYK0.620.3000
HSL209.06º100%68.82%-
HSV(B)209.06º62.35%100%-
XYZ38.7941.55100.58-
YUV162.26180.3380.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 255 (100% from 255) = 48.20%
R=18.15%
G=33.65%
B=48.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961782550.620.3000209.0610068.82
Hex60B2FF3E1E00d16445
Octal140262377763600321144105
Binary1100000101100101111111111111011110001101000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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