Html Css Color HEX #56ABDC Picton Blue

📋 copy color: '#56ABDC'

red 86 ◦ green 171 ◦ blue 220

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

Shades of Picton Blue #56ABDC

Tints of Picton Blue #56ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 18.03%
G = 35.85%
B = 46.12%

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

#56ABDC (or 0x56ABDC) is known color: Picton Blue. HEX triplet: 56, AB and DC. RGB value is (86,171,220). Sum of RGB (Red+Green+Blue) = 86+171+220=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #56ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABDC is #A95423. Grayscale: #969696. Windows color (decimal): -11097124 or 14461782. OLE color: 14461782.

HSL color Cylindrical-coordinate representation of color #56ABDC: hue angle of 201.94º degrees, saturation: 0.66, 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 #56ABDC is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 171 220 -
CMYK 0.61 0.22 0 0.14
HSL 201.94º 0.66% 0.6% -
HSV(B) 201.94º 0.61% 0.86% -
XYZ 31.32 36.27 73.06 -
YUV 151.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 86 171 220 0.61 0.22 0 0.14 201.94 0.66 0.6
Hex 56 AB DC 3D 16 0 E CA 42 3C
Octal 126 253 334 75 26 0 16 312 102 74
Binary 1010110 10101011 11011100 111101 10110 0 1110 11001010 1000010 111100

Color Harmonies of #56ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABDC

Black with #56ABDC

Text Example


Text Example

White with #56ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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