Html Css Color HEX #5EADC9 Viking

📋 copy color: '#5EADC9'

red 94 ◦ green 173 ◦ blue 201

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

Shades of Viking #5EADC9

Tints of Viking #5EADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 20.09%
G = 36.97%
B = 42.95%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5EADC9 (or 0x5EADC9) is known color: Viking. HEX triplet: 5E, AD and C9. RGB value is (94,173,201). Sum of RGB (Red+Green+Blue) = 94+173+201=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #5EADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADC9 is #A15236. Grayscale: #989898. Windows color (decimal): -10572343 or 13217118. OLE color: 13217118.

HSL color Cylindrical-coordinate representation of color #5EADC9: hue angle of 195.7º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EADC9 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 173 201 -
CMYK 0.53 0.14 0 0.21
HSL 195.7º 0.5% 0.58% -
HSV(B) 195.7º 0.53% 0.79% -
XYZ 30.1 36.48 60.71 -
YUV 152.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 94 173 201 0.53 0.14 0 0.21 195.7 0.5 0.58
Hex 5E AD C9 35 E 0 15 C4 32 3A
Octal 136 255 311 65 16 0 25 304 62 72
Binary 1011110 10101101 11001001 110101 1110 0 10101 11000100 110010 111010

Color Harmonies of #5EADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADC9

Black with #5EADC9

Text Example


Text Example

White with #5EADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,201); }

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

background-color css

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

 a { background-color: rgb(94,173,201); }

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

border-color css

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

 span { border-color: rgb(94,173,201); }

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