#55AAE0

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

Shades of Picton Blue #55AAE0

Tints of Picton Blue #55AAE0

Color information

#55AAE0 (or 0x55AAE0) is unknown color: approx Picton Blue. HEX triplet: 55, AA and E0. RGB value is (85,170,224). Sum of RGB (Red+Green+Blue) = 85+170+224=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #55AAE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAE0 is #AA551F. Grayscale: #969696. Windows color (decimal): -11162912 or 14723669. OLE color: 14723669.

HSL color Cylindrical-coordinate representation of color #55AAE0: hue angle of 203.31º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AAE0 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85170224-
CMYK0.620.2400.12
HSL203.31º69.15%60.59%-
HSV(B)203.31º62.05%87.84%-
XYZ31.5836.0675.82-
YUV150.74169.3481.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.75%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=17.75%
G=35.49%
B=46.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal851702240.620.2400.12203.3169.1560.59
Hex55AAE03E180Ccb453d
Octal125252340763001431310575
Binary101010110101010111000001111101100001100110010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,224); }

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

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

 a { background-color: rgb(85,170,224); }

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

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

 span { border-color: rgb(85,170,224); }

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