#60BCFE

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

Shades of Maya Blue #60BCFE

Tints of Maya Blue #60BCFE

Color information

#60BCFE (or 0x60BCFE) is unknown color: approx Maya Blue. HEX triplet: 60, BC and FE. RGB value is (96,188,254). Sum of RGB (Red+Green+Blue) = 96+188+254=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCFE is #9F4301. Grayscale: #A7A7A7. Windows color (decimal): -10437378 or 16694368. OLE color: 16694368.

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

Color convert

RGB96188254-
CMYK0.620.2600.00
HSL205.06º98.75%68.63%-
HSV(B)205.06º62.2%99.61%-
XYZ40.745.61100.42-
YUV168.02176.5276.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.84%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 254 (99.61% from 255) = 47.21%
R=17.84%
G=34.94%
B=47.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961882540.620.2600.00205.0698.7568.63
Hex60BCFE3E1A00cd6345
Octal140274376763200315143105
Binary1100000101111001111111011111011010001100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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