#55B2FF

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

Shades of Maya Blue #55B2FF

Tints of Maya Blue #55B2FF

Color information

#55B2FF (or 0x55B2FF) is unknown color: approx Maya Blue. HEX triplet: 55, B2 and FF. RGB value is (85,178,255). Sum of RGB (Red+Green+Blue) = 85+178+255=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #55B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2FF is #AA4D00. Grayscale: #9E9E9E. Windows color (decimal): -11160833 or 16757333. OLE color: 16757333.

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

Color convert

RGB85178255-
CMYK0.670.3000
HSL207.18º100%66.67%-
HSV(B)207.18º66.67%100%-
XYZ37.7240.99100.53-
YUV158.97182.1975.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.41%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 255 (100% from 255) = 49.23%
R=16.41%
G=34.36%
B=49.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal851782550.670.3000207.1810066.67
Hex55B2FF431E00cf6443
Octal1252623771033600317144103
Binary10101011011001011111111100001111110001100111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,255); }

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

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

 a { background-color: rgb(85,178,255); }

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

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

 span { border-color: rgb(85,178,255); }

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