Html Css Color HEX #56ACD9 Picton Blue

📋 copy color: '#56ACD9'

red 86 ◦ green 172 ◦ blue 217

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

Shades of Picton Blue #56ACD9

Tints of Picton Blue #56ACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 18.11%
G = 36.21%
B = 45.68%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#56ACD9 (or 0x56ACD9) is known color: Picton Blue. HEX triplet: 56, AC and D9. RGB value is (86,172,217). Sum of RGB (Red+Green+Blue) = 86+172+217=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #56ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACD9 is #A95326. Grayscale: #979797. Windows color (decimal): -11096871 or 14265430. OLE color: 14265430.

HSL color Cylindrical-coordinate representation of color #56ACD9: hue angle of 200.61º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56ACD9 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 172 217 -
CMYK 0.60 0.21 0 0.15
HSL 200.61º 0.63% 0.59% -
HSV(B) 200.61º 0.6% 0.85% -
XYZ 31.11 36.49 71.05 -
YUV 151.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 86 172 217 0.60 0.21 0 0.15 200.61 0.63 0.59
Hex 56 AC D9 3C 15 0 F C9 3F 3B
Octal 126 254 331 74 25 0 17 311 77 73
Binary 1010110 10101100 11011001 111100 10101 0 1111 11001001 111111 111011

Color Harmonies of #56ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACD9

Black with #56ACD9

Text Example


Text Example

White with #56ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,172,217); }

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

background-color css

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

 a { background-color: rgb(86,172,217); }

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

border-color css

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

 span { border-color: rgb(86,172,217); }

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