Html Css Color HEX #56ACD5 Picton Blue

📋 copy color: '#56ACD5'

red 86 ◦ green 172 ◦ blue 213

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

Shades of Picton Blue #56ACD5

Tints of Picton Blue #56ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 18.26%
G = 36.52%
B = 45.22%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#56ACD5 (or 0x56ACD5) is known color: Picton Blue. HEX triplet: 56, AC and D5. RGB value is (86,172,213). Sum of RGB (Red+Green+Blue) = 86+172+213=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #56ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACD5 is #A9532A. Grayscale: #969696. Windows color (decimal): -11096875 or 14003286. OLE color: 14003286.

HSL color Cylindrical-coordinate representation of color #56ACD5: hue angle of 199.37º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56ACD5 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 172 213 -
CMYK 0.60 0.19 0 0.16
HSL 199.37º 0.6% 0.59% -
HSV(B) 199.37º 0.6% 0.84% -
XYZ 30.6 36.29 68.34 -
YUV 150.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 86 172 213 0.60 0.19 0 0.16 199.37 0.6 0.59
Hex 56 AC D5 3C 13 0 10 C7 3C 3B
Octal 126 254 325 74 23 0 20 307 74 73
Binary 1010110 10101100 11010101 111100 10011 0 10000 11000111 111100 111011

Color Harmonies of #56ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACD5

Black with #56ACD5

Text Example


Text Example

White with #56ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,172,213); }

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

background-color css

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

 a { background-color: rgb(86,172,213); }

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

border-color css

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

 span { border-color: rgb(86,172,213); }

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