Html Css Color HEX #56ACD4 Picton Blue

📋 copy color: '#56ACD4'

red 86 ◦ green 172 ◦ blue 212

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

Shades of Picton Blue #56ACD4

Tints of Picton Blue #56ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 18.3%
G = 36.6%
B = 45.11%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#56ACD4 (or 0x56ACD4) is known color: Picton Blue. HEX triplet: 56, AC and D4. RGB value is (86,172,212). Sum of RGB (Red+Green+Blue) = 86+172+212=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #56ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACD4 is #A9532B. Grayscale: #969696. Windows color (decimal): -11096876 or 13937750. OLE color: 13937750.

HSL color Cylindrical-coordinate representation of color #56ACD4: hue angle of 199.05º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56ACD4 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 86 172 212 -
CMYK 0.59 0.19 0 0.17
HSL 199.05º 0.59% 0.58% -
HSV(B) 199.05º 0.59% 0.83% -
XYZ 30.47 36.24 67.68 -
YUV 150.85 162.51 81.75 -
System Red Green Blue C M Y K H S L
Decimal 86 172 212 0.59 0.19 0 0.17 199.05 0.59 0.58
Hex 56 AC D4 3B 13 0 11 C7 3B 3A
Octal 126 254 324 73 23 0 21 307 73 72
Binary 1010110 10101100 11010100 111011 10011 0 10001 11000111 111011 111010

Color Harmonies of #56ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACD4

Black with #56ACD4

Text Example


Text Example

White with #56ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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