Html Css Color HEX #56ABDB Picton Blue

📋 copy color: '#56ABDB'

red 86 ◦ green 171 ◦ blue 219

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

Shades of Picton Blue #56ABDB

Tints of Picton Blue #56ABDB

RGB

 RED value IS 86 (33.98% from 255) = 18.07%

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 18.07%
G = 35.92%
B = 46.01%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56ABDB (or 0x56ABDB) is known color: Picton Blue. HEX triplet: 56, AB and DB. RGB value is (86,171,219). Sum of RGB (Red+Green+Blue) = 86+171+219=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #56ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABDB is #A95424. Grayscale: #969696. Windows color (decimal): -11097125 or 14396246. OLE color: 14396246.

HSL color Cylindrical-coordinate representation of color #56ABDB: hue angle of 201.65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ABDB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 171 219 -
CMYK 0.61 0.22 0 0.14
HSL 201.65º 0.65% 0.6% -
HSV(B) 201.65º 0.61% 0.86% -
XYZ 31.19 36.22 72.37 -
YUV 151.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 86 171 219 0.61 0.22 0 0.14 201.65 0.65 0.6
Hex 56 AB DB 3D 16 0 E CA 41 3C
Octal 126 253 333 75 26 0 16 312 101 74
Binary 1010110 10101011 11011011 111101 10110 0 1110 11001010 1000001 111100

Color Harmonies of #56ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABDB

Black with #56ABDB

Text Example


Text Example

White with #56ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ABDB; }

 p { color: rgb(86,171,219); }

 H1.HeaderClassName
 {
   color: #56ABDB;
 }
 .AnyTagClassName
 {
   color: #56ABDB;
 }
</style>

background-color css

<style>
 a { background-color: #56ABDB; }

 a { background-color: rgb(86,171,219); }

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

border-color css

<style>
 span { border-color: #56ABDB; }

 span { border-color: rgb(86,171,219); }

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