Html Css Color HEX #55AAD2 Picton Blue

📋 copy color: '#55AAD2'

red 85 ◦ green 170 ◦ blue 210

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

Shades of Picton Blue #55AAD2

Tints of Picton Blue #55AAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 18.28%
G = 36.56%
B = 45.16%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55AAD2 (or 0x55AAD2) is known color: Picton Blue. HEX triplet: 55, AA and D2. RGB value is (85,170,210). Sum of RGB (Red+Green+Blue) = 85+170+210=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #55AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAD2 is #AA552D. Grayscale: #949494. Windows color (decimal): -11162926 or 13806165. OLE color: 13806165.

HSL color Cylindrical-coordinate representation of color #55AAD2: hue angle of 199.2º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AAD2 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 170 210 -
CMYK 0.60 0.19 0 0.18
HSL 199.2º 0.58% 0.58% -
HSV(B) 199.2º 0.6% 0.82% -
XYZ 29.75 35.33 66.22 -
YUV 149.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 85 170 210 0.60 0.19 0 0.18 199.2 0.58 0.58
Hex 55 AA D2 3C 13 0 12 C7 3A 3A
Octal 125 252 322 74 23 0 22 307 72 72
Binary 1010101 10101010 11010010 111100 10011 0 10010 11000111 111010 111010

Color Harmonies of #55AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAD2

Black with #55AAD2

Text Example


Text Example

White with #55AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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