Html Css Color HEX #5EBECD Viking

📋 copy color: '#5EBECD'

red 94 ◦ green 190 ◦ blue 205

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

Shades of Viking #5EBECD

Tints of Viking #5EBECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 19.22%
G = 38.85%
B = 41.92%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EBECD (or 0x5EBECD) is known color: Viking. HEX triplet: 5E, BE and CD. RGB value is (94,190,205). Sum of RGB (Red+Green+Blue) = 94+190+205=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBECD is #A14132. Grayscale: #A2A2A2. Windows color (decimal): -10567987 or 13483614. OLE color: 13483614.

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

Color convert

RGB 94 190 205 -
CMYK 0.54 0.07 0 0.20
HSL 188.11º 0.53% 0.59% -
HSV(B) 188.11º 0.54% 0.8% -
XYZ 34.05 43.61 64.38 -
YUV 163.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 94 190 205 0.54 0.07 0 0.20 188.11 0.53 0.59
Hex 5E BE CD 36 7 0 14 BC 35 3B
Octal 136 276 315 66 7 0 24 274 65 73
Binary 1011110 10111110 11001101 110110 111 0 10100 10111100 110101 111011

Color Harmonies of #5EBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBECD

Black with #5EBECD

Text Example


Text Example

White with #5EBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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