Html Css Color HEX #88AFFF Maya Blue

📋 copy color: '#88AFFF'

red 136 ◦ green 175 ◦ blue 255

#88AFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #88AFFF

Tints of Maya Blue #88AFFF

RGB

 RED value IS 136 (53.52% from 255) = 24.03%

 GREEN value IS 175 (68.75% from 255) = 30.92%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 24.03%
G = 30.92%
B = 45.05%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88AFFF (or 0x88AFFF) is known color: Maya Blue. HEX triplet: 88, AF and FF. RGB value is (136,175,255). Sum of RGB (Red+Green+Blue) = 136+175+255=566 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.03% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #88AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFF is #775000. Grayscale: #ACACAC. Windows color (decimal): -7819265 or 16756616. OLE color: 16756616.

HSL color Cylindrical-coordinate representation of color #88AFFF: hue angle of 220.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88AFFF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 175 255 -
CMYK 0.47 0.31 0 0
HSL 220.34º 1% 0.77% -
HSV(B) 220.34º 0.47% 1% -
XYZ 43.53 43.11 100.64 -
YUV 172.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 136 175 255 0.47 0.31 0 0 220.34 1 0.77
Hex 88 AF FF 2F 1F 0 0 DC 64 4D
Octal 210 257 377 57 37 0 0 334 144 115
Binary 10001000 10101111 11111111 101111 11111 0 0 11011100 1100100 1001101

Color Harmonies of #88AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AFFF

Black with #88AFFF

Text Example


Text Example

White with #88AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,255); }

 H1.HeaderClassName
 {
   color: #88AFFF;
 }
 .AnyTagClassName
 {
   color: #88AFFF;
 }
</style>

background-color css

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

 a { background-color: rgb(136,175,255); }

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

border-color css

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

 span { border-color: rgb(136,175,255); }

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