Html Css Color HEX #56ABDA Picton Blue

📋 copy color: '#56ABDA'

red 86 ◦ green 171 ◦ blue 218

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

Shades of Picton Blue #56ABDA

Tints of Picton Blue #56ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 18.11%
G = 36%
B = 45.89%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#56ABDA (or 0x56ABDA) is known color: Picton Blue. HEX triplet: 56, AB and DA. RGB value is (86,171,218). Sum of RGB (Red+Green+Blue) = 86+171+218=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #56ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABDA is #A95425. Grayscale: #969696. Windows color (decimal): -11097126 or 14330710. OLE color: 14330710.

HSL color Cylindrical-coordinate representation of color #56ABDA: hue angle of 201.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56ABDA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 171 218 -
CMYK 0.61 0.22 0 0.15
HSL 201.36º 0.64% 0.6% -
HSV(B) 201.36º 0.61% 0.85% -
XYZ 31.06 36.17 71.67 -
YUV 150.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 86 171 218 0.61 0.22 0 0.15 201.36 0.64 0.6
Hex 56 AB DA 3D 16 0 F C9 40 3C
Octal 126 253 332 75 26 0 17 311 100 74
Binary 1010110 10101011 11011010 111101 10110 0 1111 11001001 1000000 111100

Color Harmonies of #56ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABDA

Black with #56ABDA

Text Example


Text Example

White with #56ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,171,218); }

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

background-color css

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

 a { background-color: rgb(86,171,218); }

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

border-color css

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

 span { border-color: rgb(86,171,218); }

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