Html Css Color HEX #56AFD1 Viking

📋 copy color: '#56AFD1'

red 86 ◦ green 175 ◦ blue 209

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

Shades of Viking #56AFD1

Tints of Viking #56AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 18.3%
G = 37.23%
B = 44.47%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#56AFD1 (or 0x56AFD1) is known color: Viking. HEX triplet: 56, AF and D1. RGB value is (86,175,209). Sum of RGB (Red+Green+Blue) = 86+175+209=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #56AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFD1 is #A9502E. Grayscale: #989898. Windows color (decimal): -11096111 or 13741910. OLE color: 13741910.

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

Color convert

RGB 86 175 209 -
CMYK 0.59 0.16 0 0.18
HSL 196.59º 0.57% 0.58% -
HSV(B) 196.59º 0.59% 0.82% -
XYZ 30.68 37.24 65.89 -
YUV 152.27 160.01 80.74 -
System Red Green Blue C M Y K H S L
Decimal 86 175 209 0.59 0.16 0 0.18 196.59 0.57 0.58
Hex 56 AF D1 3B 10 0 12 C5 39 3A
Octal 126 257 321 73 20 0 22 305 71 72
Binary 1010110 10101111 11010001 111011 10000 0 10010 11000101 111001 111010

Color Harmonies of #56AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AFD1

Black with #56AFD1

Text Example


Text Example

White with #56AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,175,209); }

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

background-color css

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

 a { background-color: rgb(86,175,209); }

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

border-color css

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

 span { border-color: rgb(86,175,209); }

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