#60BFFE

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

Shades of Maya Blue #60BFFE

Tints of Maya Blue #60BFFE

Color information

#60BFFE (or 0x60BFFE) is unknown color: approx Maya Blue. HEX triplet: 60, BF and FE. RGB value is (96,191,254). Sum of RGB (Red+Green+Blue) = 96+191+254=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFE is #9F4001. Grayscale: #A9A9A9. Windows color (decimal): -10436610 or 16695136. OLE color: 16695136.

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

Color convert

RGB96191254-
CMYK0.620.2500.00
HSL203.92º98.75%68.63%-
HSV(B)203.92º62.2%99.61%-
XYZ41.3446.9100.64-
YUV169.78175.5375.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.74%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=17.74%
G=35.30%
B=46.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961912540.620.2500.00203.9298.7568.63
Hex60BFFE3E1900cc6345
Octal140277376763100314143105
Binary1100000101111111111111011111011001001100110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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