#56B0CF

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

Shades of Viking #56B0CF

Tints of Viking #56B0CF

Color information

#56B0CF (or 0x56B0CF) is unknown color: approx Viking. HEX triplet: 56, B0 and CF. RGB value is (86,176,207). Sum of RGB (Red+Green+Blue) = 86+176+207=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #56B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B0CF is #A94F30. Grayscale: #989898. Windows color (decimal): -11095857 or 13611094. OLE color: 13611094.

HSL color Cylindrical-coordinate representation of color #56B0CF: hue angle of 195.37º degrees, saturation: 0.56, 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 #56B0CF is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86176207-
CMYK0.580.1500.19
HSL195.37º55.76%57.45%-
HSV(B)195.37º58.45%81.18%-
XYZ30.6337.5364.66-
YUV152.62158.6880.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.34%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=18.34%
G=37.53%
B=44.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861762070.580.1500.19195.3755.7657.45
Hex56B0CF3AF013c33839
Octal12626031772170233037071
Binary10101101011000011001111111010111101001111000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,176,207); }

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

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

 a { background-color: rgb(86,176,207); }

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

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

 span { border-color: rgb(86,176,207); }

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