#55AFFE

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

Shades of Maya Blue #55AFFE

Tints of Maya Blue #55AFFE

Color information

#55AFFE (or 0x55AFFE) is unknown color: approx Maya Blue. HEX triplet: 55, AF and FE. RGB value is (85,175,254). Sum of RGB (Red+Green+Blue) = 85+175+254=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #55AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFFE is #AA5001. Grayscale: #9C9C9C. Windows color (decimal): -11161602 or 16691029. OLE color: 16691029.

HSL color Cylindrical-coordinate representation of color #55AFFE: hue angle of 208.05º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55AFFE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB85175254-
CMYK0.670.3100.00
HSL208.05º98.83%66.47%-
HSV(B)208.05º66.54%99.61%-
XYZ36.9739.7599.49-
YUV157.1182.6876.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.54%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=16.54%
G=34.05%
B=49.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851752540.670.3100.00208.0598.8366.47
Hex55AFFE431F00d06342
Octal1252573761033700320143102
Binary10101011010111111111110100001111111001101000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AFFE; }

 p { color: rgb(85,175,254); }

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

<style>
 a { background-color: #55AFFE; }

 a { background-color: rgb(85,175,254); }

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

<style>
 span { border-color: #55AFFE; }

 span { border-color: rgb(85,175,254); }

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