#56BDCE

Color #56BDCE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #56BDCE

Tints of Viking #56BDCE

Color information

#56BDCE (or 0x56BDCE) is unknown color: approx Viking. HEX triplet: 56, BD and CE. RGB value is (86,189,206). Sum of RGB (Red+Green+Blue) = 86+189+206=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #56BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDCE is #A94231. Grayscale: #9F9F9F. Windows color (decimal): -11092530 or 13548886. OLE color: 13548886.

HSL color Cylindrical-coordinate representation of color #56BDCE: hue angle of 188.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BDCE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86189206-
CMYK0.580.0800.19
HSL188.5º55.05%57.25%-
HSV(B)188.5º58.25%80.78%-
XYZ33.1842.8364.91-
YUV160.14153.8875.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.88%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=17.88%
G=39.29%
B=42.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861892060.580.0800.19188.555.0557.25
Hex56BDCE3A8013bc3739
Octal12627531672100232746771
Binary10101101011110111001110111010100001001110111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,189,206); }

 H1.HeaderClassName
 {
   color: #56BDCE;
 }
 .AnyTagClassName
 {
   color: #56BDCE;
 }
</style>
background-color css

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

 a { background-color: rgb(86,189,206); }

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

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

 span { border-color: rgb(86,189,206); }

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