#60BAFE

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

Shades of Maya Blue #60BAFE

Tints of Maya Blue #60BAFE

Color information

#60BAFE (or 0x60BAFE) is unknown color: approx Maya Blue. HEX triplet: 60, BA and FE. RGB value is (96,186,254). Sum of RGB (Red+Green+Blue) = 96+186+254=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAFE is #9F4501. Grayscale: #A6A6A6. Windows color (decimal): -10437890 or 16693856. OLE color: 16693856.

HSL color Cylindrical-coordinate representation of color #60BAFE: hue angle of 205.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BAFE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96186254-
CMYK0.620.2700.00
HSL205.82º98.75%68.63%-
HSV(B)205.82º62.2%99.61%-
XYZ40.2744.76100.28-
YUV166.84177.1877.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.91%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=17.91%
G=34.70%
B=47.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961862540.620.2700.00205.8298.7568.63
Hex60BAFE3E1B00ce6345
Octal140272376763300316143105
Binary1100000101110101111111011111011011001100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,254); }

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

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

 a { background-color: rgb(96,186,254); }

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

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

 span { border-color: rgb(96,186,254); }

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