#88B8FA

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

Shades of Maya Blue #88B8FA

Tints of Maya Blue #88B8FA

Color information

#88B8FA (or 0x88B8FA) is unknown color: approx Maya Blue. HEX triplet: 88, B8 and FA. RGB value is (136,184,250). Sum of RGB (Red+Green+Blue) = 136+184+250=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #88B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B8FA is #774705. Grayscale: #B0B0B0. Windows color (decimal): -7816966 or 16431240. OLE color: 16431240.

HSL color Cylindrical-coordinate representation of color #88B8FA: hue angle of 214.74º 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 #88B8FA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136184250-
CMYK0.460.2600.02
HSL214.74º91.94%75.69%-
HSV(B)214.74º45.6%98.04%-
XYZ44.5546.4297.05-
YUV177.17169.198.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.86%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=23.86%
G=32.28%
B=43.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361842500.460.2600.02214.7491.9475.69
Hex88B8FA2E1A02d75c4c
Octal210270372563202327134114
Binary100010001011100011111010101110110100101101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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