#89B6FE

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

Shades of Maya Blue #89B6FE

Tints of Maya Blue #89B6FE

Color information

#89B6FE (or 0x89B6FE) is unknown color: approx Maya Blue. HEX triplet: 89, B6 and FE. RGB value is (137,182,254). Sum of RGB (Red+Green+Blue) = 137+182+254=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #89B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B6FE is #764901. Grayscale: #B0B0B0. Windows color (decimal): -7751938 or 16692873. OLE color: 16692873.

HSL color Cylindrical-coordinate representation of color #89B6FE: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89B6FE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137182254-
CMYK0.460.2800.00
HSL216.92º98.32%76.67%-
HSV(B)216.92º46.06%99.61%-
XYZ44.9345.93100.26-
YUV176.75171.5999.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.91%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=23.91%
G=31.76%
B=44.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371822540.460.2800.00216.9298.3276.67
Hex89B6FE2E1C00d9624d
Octal211266376563400331142115
Binary10001001101101101111111010111011100001101100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89B6FE; }

 p { color: rgb(137,182,254); }

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

<style>
 a { background-color: #89B6FE; }

 a { background-color: rgb(137,182,254); }

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

<style>
 span { border-color: #89B6FE; }

 span { border-color: rgb(137,182,254); }

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