#56BFD1

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

Shades of Viking #56BFD1

Tints of Viking #56BFD1

Color information

#56BFD1 (or 0x56BFD1) is unknown color: approx Viking. HEX triplet: 56, BF and D1. RGB value is (86,191,209). Sum of RGB (Red+Green+Blue) = 86+191+209=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #56BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BFD1 is #A9402E. Grayscale: #A1A1A1. Windows color (decimal): -11092015 or 13746006. OLE color: 13746006.

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

Color convert

RGB86191209-
CMYK0.590.0900.18
HSL188.78º57.21%57.84%-
HSV(B)188.78º58.85%81.96%-
XYZ33.9843.8466.99-
YUV161.66154.7174.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.70%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=17.70%
G=39.30%
B=43.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861912090.590.0900.18188.7857.2157.84
Hex56BFD13B9012bd393a
Octal12627732173110222757172
Binary10101101011111111010001111011100101001010111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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