#55BDFF

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

Shades of Maya Blue #55BDFF

Tints of Maya Blue #55BDFF

Color information

#55BDFF (or 0x55BDFF) is unknown color: approx Maya Blue. HEX triplet: 55, BD and FF. RGB value is (85,189,255). Sum of RGB (Red+Green+Blue) = 85+189+255=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #55BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDFF is #AA4200. Grayscale: #A5A5A5. Windows color (decimal): -11158017 or 16760149. OLE color: 16760149.

HSL color Cylindrical-coordinate representation of color #55BDFF: hue angle of 203.29º 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 #55BDFF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85189255-
CMYK0.670.2600
HSL203.29º100%66.67%-
HSV(B)203.29º66.67%100%-
XYZ39.9945.55101.29-
YUV165.43178.5470.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.07%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 255 (100% from 255) = 48.20%
R=16.07%
G=35.73%
B=48.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal851892550.670.2600203.2910066.67
Hex55BDFF431A00cb6443
Octal1252753771033200313144103
Binary10101011011110111111111100001111010001100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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