Html Css Color HEX #5EBBD0 Viking

📋 copy color: '#5EBBD0'

red 94 ◦ green 187 ◦ blue 208

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

Shades of Viking #5EBBD0

Tints of Viking #5EBBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 19.22%
G = 38.24%
B = 42.54%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5EBBD0 (or 0x5EBBD0) is known color: Viking. HEX triplet: 5E, BB and D0. RGB value is (94,187,208). Sum of RGB (Red+Green+Blue) = 94+187+208=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #5EBBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBD0 is #A1442F. Grayscale: #A1A1A1. Windows color (decimal): -10568752 or 13679454. OLE color: 13679454.

HSL color Cylindrical-coordinate representation of color #5EBBD0: hue angle of 191.05º degrees, saturation: 0.55, 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 #5EBBD0 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 187 208 -
CMYK 0.55 0.10 0 0.18
HSL 191.05º 0.55% 0.59% -
HSV(B) 191.05º 0.55% 0.82% -
XYZ 33.77 42.47 66.09 -
YUV 161.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 94 187 208 0.55 0.10 0 0.18 191.05 0.55 0.59
Hex 5E BB D0 37 A 0 12 BF 37 3B
Octal 136 273 320 67 12 0 22 277 67 73
Binary 1011110 10111011 11010000 110111 1010 0 10010 10111111 110111 111011

Color Harmonies of #5EBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBD0

Black with #5EBBD0

Text Example


Text Example

White with #5EBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,187,208); }

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

background-color css

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

 a { background-color: rgb(94,187,208); }

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

border-color css

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

 span { border-color: rgb(94,187,208); }

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