Html Css Color HEX #56B2D1 Viking

📋 copy color: '#56B2D1'

red 86 ◦ green 178 ◦ blue 209

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

Shades of Viking #56B2D1

Tints of Viking #56B2D1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

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

R = 18.18%
G = 37.63%
B = 44.19%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#56B2D1 (or 0x56B2D1) is known color: Viking. HEX triplet: 56, B2 and D1. RGB value is (86,178,209). Sum of RGB (Red+Green+Blue) = 86+178+209=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #56B2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2D1 is #A94D2E. Grayscale: #999999. Windows color (decimal): -11095343 or 13742678. OLE color: 13742678.

HSL color Cylindrical-coordinate representation of color #56B2D1: hue angle of 195.12º 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 #56B2D1 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 178 209 -
CMYK 0.59 0.15 0 0.18
HSL 195.12º 0.57% 0.58% -
HSV(B) 195.12º 0.59% 0.82% -
XYZ 31.27 38.42 66.09 -
YUV 154.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 86 178 209 0.59 0.15 0 0.18 195.12 0.57 0.58
Hex 56 B2 D1 3B F 0 12 C3 39 3A
Octal 126 262 321 73 17 0 22 303 71 72
Binary 1010110 10110010 11010001 111011 1111 0 10010 11000011 111001 111010

Color Harmonies of #56B2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B2D1

Black with #56B2D1

Text Example


Text Example

White with #56B2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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