Html Css Color HEX #55AADD Picton Blue

📋 copy color: '#55AADD'

red 85 ◦ green 170 ◦ blue 221

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

Shades of Picton Blue #55AADD

Tints of Picton Blue #55AADD

RGB

 RED value IS 85 (33.59% from 255) = 17.86%

 GREEN value IS 170 (66.8% from 255) = 35.71%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 17.86%
G = 35.71%
B = 46.43%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55AADD (or 0x55AADD) is known color: Picton Blue. HEX triplet: 55, AA and DD. RGB value is (85,170,221). Sum of RGB (Red+Green+Blue) = 85+170+221=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #55AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AADD is #AA5522. Grayscale: #969696. Windows color (decimal): -11162915 or 14527061. OLE color: 14527061.

HSL color Cylindrical-coordinate representation of color #55AADD: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AADD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 170 221 -
CMYK 0.62 0.23 0 0.13
HSL 202.5º 0.67% 0.6% -
HSV(B) 202.5º 0.62% 0.87% -
XYZ 31.17 35.9 73.69 -
YUV 150.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 85 170 221 0.62 0.23 0 0.13 202.5 0.67 0.6
Hex 55 AA DD 3E 17 0 D CA 43 3C
Octal 125 252 335 76 27 0 15 312 103 74
Binary 1010101 10101010 11011101 111110 10111 0 1101 11001010 1000011 111100

Color Harmonies of #55AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AADD

Black with #55AADD

Text Example


Text Example

White with #55AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AADD;
 }
 .AnyTagClassName
 {
   color: #55AADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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