Html Css Color HEX #56ADDC Picton Blue

📋 copy color: '#56ADDC'

red 86 ◦ green 173 ◦ blue 220

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

Shades of Picton Blue #56ADDC

Tints of Picton Blue #56ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

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

R = 17.95%
G = 36.12%
B = 45.93%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56ADDC (or 0x56ADDC) is known color: Picton Blue. HEX triplet: 56, AD and DC. RGB value is (86,173,220). Sum of RGB (Red+Green+Blue) = 86+173+220=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #56ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADDC is #A95223. Grayscale: #989898. Windows color (decimal): -11096612 or 14462294. OLE color: 14462294.

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

Color convert

RGB 86 173 220 -
CMYK 0.61 0.21 0 0.14
HSL 201.04º 0.66% 0.6% -
HSV(B) 201.04º 0.61% 0.86% -
XYZ 31.7 37.03 73.19 -
YUV 152.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 86 173 220 0.61 0.21 0 0.14 201.04 0.66 0.6
Hex 56 AD DC 3D 15 0 E C9 42 3C
Octal 126 255 334 75 25 0 16 311 102 74
Binary 1010110 10101101 11011100 111101 10101 0 1110 11001001 1000010 111100

Color Harmonies of #56ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADDC

Black with #56ADDC

Text Example


Text Example

White with #56ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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