#60B9FF

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

Shades of Maya Blue #60B9FF

Tints of Maya Blue #60B9FF

Color information

#60B9FF (or 0x60B9FF) is unknown color: approx Maya Blue. HEX triplet: 60, B9 and FF. RGB value is (96,185,255). Sum of RGB (Red+Green+Blue) = 96+185+255=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B9FF is #9F4600. Grayscale: #A6A6A6. Windows color (decimal): -10438145 or 16759136. OLE color: 16759136.

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

Color convert

RGB96185255-
CMYK0.620.2700
HSL206.42º100%68.82%-
HSV(B)206.42º62.35%100%-
XYZ40.2244.4101.06-
YUV166.37178.0177.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.91%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 255 (100% from 255) = 47.57%
R=17.91%
G=34.51%
B=47.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961852550.620.2700206.4210068.82
Hex60B9FF3E1B00ce6445
Octal140271377763300316144105
Binary1100000101110011111111111111011011001100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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