Html Css Color HEX #5EB6CE Viking

📋 copy color: '#5EB6CE'

red 94 ◦ green 182 ◦ blue 206

#5EB6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5EB6CE

Tints of Viking #5EB6CE

RGB

 RED value IS 94 (37.11% from 255) = 19.5%

 GREEN value IS 182 (71.48% from 255) = 37.76%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 19.5%
G = 37.76%
B = 42.74%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EB6CE (or 0x5EB6CE) is known color: Viking. HEX triplet: 5E, B6 and CE. RGB value is (94,182,206). Sum of RGB (Red+Green+Blue) = 94+182+206=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB6CE is #A14931. Grayscale: #9E9E9E. Windows color (decimal): -10570034 or 13547102. OLE color: 13547102.

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

Color convert

RGB 94 182 206 -
CMYK 0.54 0.12 0 0.19
HSL 192.86º 0.53% 0.59% -
HSV(B) 192.86º 0.54% 0.81% -
XYZ 32.48 40.29 64.46 -
YUV 158.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 94 182 206 0.54 0.12 0 0.19 192.86 0.53 0.59
Hex 5E B6 CE 36 C 0 13 C1 35 3B
Octal 136 266 316 66 14 0 23 301 65 73
Binary 1011110 10110110 11001110 110110 1100 0 10011 11000001 110101 111011

Color Harmonies of #5EB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB6CE

Black with #5EB6CE

Text Example


Text Example

White with #5EB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,182,206); }

 H1.HeaderClassName
 {
   color: #5EB6CE;
 }
 .AnyTagClassName
 {
   color: #5EB6CE;
 }
</style>

background-color css

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

 a { background-color: rgb(94,182,206); }

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

border-color css

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

 span { border-color: rgb(94,182,206); }

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