Html Css Color HEX #56A8CB Picton Blue

📋 copy color: '#56A8CB'

red 86 ◦ green 168 ◦ blue 203

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

Shades of Picton Blue #56A8CB

Tints of Picton Blue #56A8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 18.82%
G = 36.76%
B = 44.42%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56A8CB (or 0x56A8CB) is known color: Picton Blue. HEX triplet: 56, A8 and CB. RGB value is (86,168,203). Sum of RGB (Red+Green+Blue) = 86+168+203=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #56A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CB is #A95734. Grayscale: #939393. Windows color (decimal): -11097909 or 13346902. OLE color: 13346902.

HSL color Cylindrical-coordinate representation of color #56A8CB: hue angle of 197.95º degrees, saturation: 0.53, 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 #56A8CB is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 168 203 -
CMYK 0.58 0.17 0 0.20
HSL 197.95º 0.53% 0.57% -
HSV(B) 197.95º 0.58% 0.8% -
XYZ 28.62 34.3 61.61 -
YUV 147.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 86 168 203 0.58 0.17 0 0.20 197.95 0.53 0.57
Hex 56 A8 CB 3A 11 0 14 C6 35 39
Octal 126 250 313 72 21 0 24 306 65 71
Binary 1010110 10101000 11001011 111010 10001 0 10100 11000110 110101 111001

Color Harmonies of #56A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8CB

Black with #56A8CB

Text Example


Text Example

White with #56A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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