#5DBDCE

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

Shades of Viking #5DBDCE

Tints of Viking #5DBDCE

Color information

#5DBDCE (or 0x5DBDCE) is unknown color: approx Viking. HEX triplet: 5D, BD and CE. RGB value is (93,189,206). Sum of RGB (Red+Green+Blue) = 93+189+206=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDCE is #A24231. Grayscale: #A2A2A2. Windows color (decimal): -10633778 or 13548893. OLE color: 13548893.

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

Color convert

RGB93189206-
CMYK0.550.0800.19
HSL189.03º53.55%58.63%-
HSV(B)189.03º54.85%80.78%-
XYZ33.8543.1864.94-
YUV162.23152.778.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.06%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=19.06%
G=38.73%
B=42.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931892060.550.0800.19189.0353.5558.63
Hex5DBDCE378013bd363b
Octal13527531667100232756673
Binary10111011011110111001110110111100001001110111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DBDCE; }

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

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

<style>
 a { background-color: #5DBDCE; }

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

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

<style>
 span { border-color: #5DBDCE; }

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

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