Html Css Color HEX #56AACF Picton Blue

📋 copy color: '#56AACF'

red 86 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #56AACF

Tints of Picton Blue #56AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 18.57%
G = 36.72%
B = 44.71%

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

#56AACF (or 0x56AACF) is known color: Picton Blue. HEX triplet: 56, AA and CF. RGB value is (86,170,207). Sum of RGB (Red+Green+Blue) = 86+170+207=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #56AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AACF is #A95530. Grayscale: #949494. Windows color (decimal): -11097393 or 13609558. OLE color: 13609558.

HSL color Cylindrical-coordinate representation of color #56AACF: hue angle of 198.35º degrees, saturation: 0.56, 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 #56AACF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 170 207 -
CMYK 0.58 0.18 0 0.19
HSL 198.35º 0.56% 0.57% -
HSV(B) 198.35º 0.58% 0.81% -
XYZ 29.47 35.23 64.28 -
YUV 149.1 160.67 82.99 -
System Red Green Blue C M Y K H S L
Decimal 86 170 207 0.58 0.18 0 0.19 198.35 0.56 0.57
Hex 56 AA CF 3A 12 0 13 C6 38 39
Octal 126 252 317 72 22 0 23 306 70 71
Binary 1010110 10101010 11001111 111010 10010 0 10011 11000110 111000 111001

Color Harmonies of #56AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AACF

Black with #56AACF

Text Example


Text Example

White with #56AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,170,207); }

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

background-color css

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

 a { background-color: rgb(86,170,207); }

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

border-color css

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

 span { border-color: rgb(86,170,207); }

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