Html Css Color HEX #55ABD6 Picton Blue

📋 copy color: '#55ABD6'

red 85 ◦ green 171 ◦ blue 214

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

Shades of Picton Blue #55ABD6

Tints of Picton Blue #55ABD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 18.09%
G = 36.38%
B = 45.53%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#55ABD6 (or 0x55ABD6) is known color: Picton Blue. HEX triplet: 55, AB and D6. RGB value is (85,171,214). Sum of RGB (Red+Green+Blue) = 85+171+214=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #55ABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABD6 is #AA5429. Grayscale: #959595. Windows color (decimal): -11162666 or 14068565. OLE color: 14068565.

HSL color Cylindrical-coordinate representation of color #55ABD6: hue angle of 200º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55ABD6 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 171 214 -
CMYK 0.60 0.20 0 0.16
HSL 200º 0.61% 0.59% -
HSV(B) 200º 0.6% 0.84% -
XYZ 30.45 35.91 68.95 -
YUV 150.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 85 171 214 0.60 0.20 0 0.16 200 0.61 0.59
Hex 55 AB D6 3C 14 0 10 C8 3D 3B
Octal 125 253 326 74 24 0 20 310 75 73
Binary 1010101 10101011 11010110 111100 10100 0 10000 11001000 111101 111011

Color Harmonies of #55ABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABD6

Black with #55ABD6

Text Example


Text Example

White with #55ABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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