Html Css Color HEX #56BED2 Viking

📋 copy color: '#56BED2'

red 86 ◦ green 190 ◦ blue 210

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

Shades of Viking #56BED2

Tints of Viking #56BED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 17.7%
G = 39.09%
B = 43.21%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#56BED2 (or 0x56BED2) is known color: Viking. HEX triplet: 56, BE and D2. RGB value is (86,190,210). Sum of RGB (Red+Green+Blue) = 86+190+210=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #56BED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BED2 is #A9412D. Grayscale: #A1A1A1. Windows color (decimal): -11092270 or 13811286. OLE color: 13811286.

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

Color convert

RGB 86 190 210 -
CMYK 0.59 0.10 0 0.18
HSL 189.68º 0.58% 0.58% -
HSV(B) 189.68º 0.59% 0.82% -
XYZ 33.88 43.46 67.58 -
YUV 161.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 86 190 210 0.59 0.10 0 0.18 189.68 0.58 0.58
Hex 56 BE D2 3B A 0 12 BE 3A 3A
Octal 126 276 322 73 12 0 22 276 72 72
Binary 1010110 10111110 11010010 111011 1010 0 10010 10111110 111010 111010

Color Harmonies of #56BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BED2

Black with #56BED2

Text Example


Text Example

White with #56BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,190,210); }

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

background-color css

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

 a { background-color: rgb(86,190,210); }

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

border-color css

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

 span { border-color: rgb(86,190,210); }

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