Html Css Color HEX #56A8CE Picton Blue

📋 copy color: '#56A8CE'

red 86 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #56A8CE

Tints of Picton Blue #56A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 18.7%
G = 36.52%
B = 44.78%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56A8CE (or 0x56A8CE) is known color: Picton Blue. HEX triplet: 56, A8 and CE. RGB value is (86,168,206). Sum of RGB (Red+Green+Blue) = 86+168+206=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #56A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8CE is #A95731. Grayscale: #939393. Windows color (decimal): -11097906 or 13543510. OLE color: 13543510.

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

Color convert

RGB 86 168 206 -
CMYK 0.58 0.18 0 0.19
HSL 199º 0.55% 0.57% -
HSV(B) 199º 0.58% 0.81% -
XYZ 28.98 34.44 63.51 -
YUV 147.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 86 168 206 0.58 0.18 0 0.19 199 0.55 0.57
Hex 56 A8 CE 3A 12 0 13 C7 37 39
Octal 126 250 316 72 22 0 23 307 67 71
Binary 1010110 10101000 11001110 111010 10010 0 10011 11000111 110111 111001

Color Harmonies of #56A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8CE

Black with #56A8CE

Text Example


Text Example

White with #56A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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