Html Css Color HEX #5EBECE Viking

📋 copy color: '#5EBECE'

red 94 ◦ green 190 ◦ blue 206

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

Shades of Viking #5EBECE

Tints of Viking #5EBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

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

R = 19.18%
G = 38.78%
B = 42.04%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EBECE (or 0x5EBECE) is known color: Viking. HEX triplet: 5E, BE and CE. RGB value is (94,190,206). Sum of RGB (Red+Green+Blue) = 94+190+206=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBECE is #A14131. Grayscale: #A2A2A2. Windows color (decimal): -10567986 or 13549150. OLE color: 13549150.

HSL color Cylindrical-coordinate representation of color #5EBECE: hue angle of 188.57º 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 #5EBECE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 190 206 -
CMYK 0.54 0.08 0 0.19
HSL 188.57º 0.53% 0.59% -
HSV(B) 188.57º 0.54% 0.81% -
XYZ 34.17 43.66 65.02 -
YUV 163.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 94 190 206 0.54 0.08 0 0.19 188.57 0.53 0.59
Hex 5E BE CE 36 8 0 13 BD 35 3B
Octal 136 276 316 66 10 0 23 275 65 73
Binary 1011110 10111110 11001110 110110 1000 0 10011 10111101 110101 111011

Color Harmonies of #5EBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBECE

Black with #5EBECE

Text Example


Text Example

White with #5EBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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