#88B4FA

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

Shades of Maya Blue #88B4FA

Tints of Maya Blue #88B4FA

Color information

#88B4FA (or 0x88B4FA) is unknown color: approx Maya Blue. HEX triplet: 88, B4 and FA. RGB value is (136,180,250). Sum of RGB (Red+Green+Blue) = 136+180+250=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #88B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B4FA is #774B05. Grayscale: #AEAEAE. Windows color (decimal): -7817990 or 16430216. OLE color: 16430216.

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

Color convert

RGB136180250-
CMYK0.460.2800.02
HSL216.84º91.94%75.69%-
HSV(B)216.84º45.6%98.04%-
XYZ43.7344.7896.78-
YUV174.82170.42100.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.03%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=24.03%
G=31.80%
B=44.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361802500.460.2800.02216.8491.9475.69
Hex88B4FA2E1C02d95c4c
Octal210264372563402331134114
Binary100010001011010011111010101110111000101101100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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