Html Css Color HEX #56A8CC Picton Blue

📋 copy color: '#56A8CC'

red 86 ◦ green 168 ◦ blue 204

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

Shades of Picton Blue #56A8CC

Tints of Picton Blue #56A8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 18.78%
G = 36.68%
B = 44.54%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#56A8CC (or 0x56A8CC) is known color: Picton Blue. HEX triplet: 56, A8 and CC. RGB value is (86,168,204). Sum of RGB (Red+Green+Blue) = 86+168+204=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #56A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CC is #A95733. Grayscale: #939393. Windows color (decimal): -11097908 or 13412438. OLE color: 13412438.

HSL color Cylindrical-coordinate representation of color #56A8CC: hue angle of 198.31º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56A8CC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 168 204 -
CMYK 0.58 0.18 0 0.2
HSL 198.31º 0.54% 0.57% -
HSV(B) 198.31º 0.58% 0.8% -
XYZ 28.74 34.34 62.24 -
YUV 147.59 159.83 84.07 -
System Red Green Blue C M Y K H S L
Decimal 86 168 204 0.58 0.18 0 0.2 198.31 0.54 0.57
Hex 56 A8 CC 3A 12 0 14 C6 36 39
Octal 126 250 314 72 22 0 24 306 66 71
Binary 1010110 10101000 11001100 111010 10010 0 10100 11000110 110110 111001

Color Harmonies of #56A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8CC

Black with #56A8CC

Text Example


Text Example

White with #56A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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