Html Css Color HEX #56A8DC Picton Blue

📋 copy color: '#56A8DC'

red 86 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #56A8DC

Tints of Picton Blue #56A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 18.14%
G = 35.44%
B = 46.41%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56A8DC (or 0x56A8DC) is known color: Picton Blue. HEX triplet: 56, A8 and DC. RGB value is (86,168,220). Sum of RGB (Red+Green+Blue) = 86+168+220=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #56A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8DC is #A95723. Grayscale: #959595. Windows color (decimal): -11097892 or 14461014. OLE color: 14461014.

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

Color convert

RGB 86 168 220 -
CMYK 0.61 0.24 0 0.14
HSL 203.28º 0.66% 0.6% -
HSV(B) 203.28º 0.61% 0.86% -
XYZ 30.76 35.15 72.87 -
YUV 149.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 86 168 220 0.61 0.24 0 0.14 203.28 0.66 0.6
Hex 56 A8 DC 3D 18 0 E CB 42 3C
Octal 126 250 334 75 30 0 16 313 102 74
Binary 1010110 10101000 11011100 111101 11000 0 1110 11001011 1000010 111100

Color Harmonies of #56A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8DC

Black with #56A8DC

Text Example


Text Example

White with #56A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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