#89B4FA

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

Shades of Maya Blue #89B4FA

Tints of Maya Blue #89B4FA

Color information

#89B4FA (or 0x89B4FA) is unknown color: approx Maya Blue. HEX triplet: 89, B4 and FA. RGB value is (137,180,250). Sum of RGB (Red+Green+Blue) = 137+180+250=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #89B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B4FA is #764B05. Grayscale: #AEAEAE. Windows color (decimal): -7752454 or 16430217. OLE color: 16430217.

HSL color Cylindrical-coordinate representation of color #89B4FA: hue angle of 217.17º 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 #89B4FA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137180250-
CMYK0.450.2800.02
HSL217.17º91.87%75.88%-
HSV(B)217.17º45.2%98.04%-
XYZ43.8944.8696.79-
YUV175.12170.25100.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.16%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=24.16%
G=31.75%
B=44.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371802500.450.2800.02217.1791.8775.88
Hex89B4FA2D1C02d95c4c
Octal211264372553402331134114
Binary100010011011010011111010101101111000101101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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