Html Css Color HEX #56ABCC Viking

📋 copy color: '#56ABCC'

red 86 ◦ green 171 ◦ blue 204

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

Shades of Viking #56ABCC

Tints of Viking #56ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 18.66%
G = 37.09%
B = 44.25%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#56ABCC (or 0x56ABCC) is known color: Viking. HEX triplet: 56, AB and CC. RGB value is (86,171,204). Sum of RGB (Red+Green+Blue) = 86+171+204=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #56ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABCC is #A95433. Grayscale: #959595. Windows color (decimal): -11097140 or 13413206. OLE color: 13413206.

HSL color Cylindrical-coordinate representation of color #56ABCC: hue angle of 196.78º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56ABCC is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 171 204 -
CMYK 0.58 0.16 0 0.2
HSL 196.78º 0.54% 0.57% -
HSV(B) 196.78º 0.58% 0.8% -
XYZ 29.3 35.46 62.43 -
YUV 149.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 86 171 204 0.58 0.16 0 0.2 196.78 0.54 0.57
Hex 56 AB CC 3A 10 0 14 C5 36 39
Octal 126 253 314 72 20 0 24 305 66 71
Binary 1010110 10101011 11001100 111010 10000 0 10100 11000101 110110 111001

Color Harmonies of #56ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ABCC

Black with #56ABCC

Text Example


Text Example

White with #56ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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