#5EBDD1

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

Shades of Viking #5EBDD1

Tints of Viking #5EBDD1

Color information

#5EBDD1 (or 0x5EBDD1) is unknown color: approx Viking. HEX triplet: 5E, BD and D1. RGB value is (94,189,209). Sum of RGB (Red+Green+Blue) = 94+189+209=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #5EBDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDD1 is #A1422E. Grayscale: #A2A2A2. Windows color (decimal): -10568239 or 13745502. OLE color: 13745502.

HSL color Cylindrical-coordinate representation of color #5EBDD1: hue angle of 190.43º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBDD1 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB94189209-
CMYK0.550.1000.18
HSL190.43º55.56%59.41%-
HSV(B)190.43º55.02%81.96%-
XYZ34.3243.3866.89-
YUV162.88154.0378.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.11%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=19.11%
G=38.41%
B=42.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal941892090.550.1000.18190.4355.5659.41
Hex5EBDD137A012be383b
Octal13627532167120222767073
Binary10111101011110111010001110111101001001010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,189,209); }

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

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

 a { background-color: rgb(94,189,209); }

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

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

 span { border-color: rgb(94,189,209); }

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