Html Css Color HEX #56A2CF Picton Blue

📋 copy color: '#56A2CF'

red 86 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #56A2CF

Tints of Picton Blue #56A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 18.9%
G = 35.6%
B = 45.49%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56A2CF (or 0x56A2CF) is known color: Picton Blue. HEX triplet: 56, A2 and CF. RGB value is (86,162,207). Sum of RGB (Red+Green+Blue) = 86+162+207=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #56A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A2CF is #A95D30. Grayscale: #909090. Windows color (decimal): -11099441 or 13607510. OLE color: 13607510.

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

Color convert

RGB 86 162 207 -
CMYK 0.58 0.22 0 0.19
HSL 202.31º 0.56% 0.57% -
HSV(B) 202.31º 0.58% 0.81% -
XYZ 28.02 32.32 63.79 -
YUV 144.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 86 162 207 0.58 0.22 0 0.19 202.31 0.56 0.57
Hex 56 A2 CF 3A 16 0 13 CA 38 39
Octal 126 242 317 72 26 0 23 312 70 71
Binary 1010110 10100010 11001111 111010 10110 0 10011 11001010 111000 111001

Color Harmonies of #56A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A2CF

Black with #56A2CF

Text Example


Text Example

White with #56A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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