#89B6FA

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

Shades of Maya Blue #89B6FA

Tints of Maya Blue #89B6FA

Color information

#89B6FA (or 0x89B6FA) is unknown color: approx Maya Blue. HEX triplet: 89, B6 and FA. RGB value is (137,182,250). Sum of RGB (Red+Green+Blue) = 137+182+250=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #89B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B6FA is #764905. Grayscale: #AFAFAF. Windows color (decimal): -7751942 or 16430729. OLE color: 16430729.

HSL color Cylindrical-coordinate representation of color #89B6FA: hue angle of 216.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89B6FA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137182250-
CMYK0.450.2700.02
HSL216.11º91.87%75.88%-
HSV(B)216.11º45.2%98.04%-
XYZ44.345.6896.92-
YUV176.3169.5999.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.08%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=24.08%
G=31.99%
B=43.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371822500.450.2700.02216.1191.8775.88
Hex89B6FA2D1B02d85c4c
Octal211266372553302330134114
Binary100010011011011011111010101101110110101101100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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