Html Css Color HEX #55ABDD Picton Blue

📋 copy color: '#55ABDD'

red 85 ◦ green 171 ◦ blue 221

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

Shades of Picton Blue #55ABDD

Tints of Picton Blue #55ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

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

R = 17.82%
G = 35.85%
B = 46.33%

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

#55ABDD (or 0x55ABDD) is known color: Picton Blue. HEX triplet: 55, AB and DD. RGB value is (85,171,221). Sum of RGB (Red+Green+Blue) = 85+171+221=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #55ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABDD is #AA5422. Grayscale: #969696. Windows color (decimal): -11162659 or 14527317. OLE color: 14527317.

HSL color Cylindrical-coordinate representation of color #55ABDD: hue angle of 202.06º 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 #55ABDD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 171 221 -
CMYK 0.62 0.23 0 0.13
HSL 202.06º 0.67% 0.6% -
HSV(B) 202.06º 0.62% 0.87% -
XYZ 31.36 36.28 73.76 -
YUV 150.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 85 171 221 0.62 0.23 0 0.13 202.06 0.67 0.6
Hex 55 AB DD 3E 17 0 D CA 43 3C
Octal 125 253 335 76 27 0 15 312 103 74
Binary 1010101 10101011 11011101 111110 10111 0 1101 11001010 1000011 111100

Color Harmonies of #55ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABDD

Black with #55ABDD

Text Example


Text Example

White with #55ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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