Html Css Color HEX #3EADCE Viking

📋 copy color: '#3EADCE'

red 62 ◦ green 173 ◦ blue 206

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

Shades of Viking #3EADCE

Tints of Viking #3EADCE

RGB

 RED value IS 62 (24.61% from 255) = 14.06%

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

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

R = 14.06%
G = 39.23%
B = 46.71%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3EADCE (or 0x3EADCE) is known color: Viking. HEX triplet: 3E, AD and CE. RGB value is (62,173,206). Sum of RGB (Red+Green+Blue) = 62+173+206=441 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.06% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #3EADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADCE is #C15231. Grayscale: #8F8F8F. Windows color (decimal): -12669490 or 13544766. OLE color: 13544766.

HSL color Cylindrical-coordinate representation of color #3EADCE: hue angle of 193.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EADCE is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 173 206 -
CMYK 0.70 0.16 0 0.19
HSL 193.75º 0.6% 0.53% -
HSV(B) 193.75º 0.7% 0.81% -
XYZ 28.07 35.37 63.74 -
YUV 143.57 163.23 69.82 -
System Red Green Blue C M Y K H S L
Decimal 62 173 206 0.70 0.16 0 0.19 193.75 0.6 0.53
Hex 3E AD CE 46 10 0 13 C2 3C 35
Octal 76 255 316 106 20 0 23 302 74 65
Binary 111110 10101101 11001110 1000110 10000 0 10011 11000010 111100 110101

Color Harmonies of #3EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EADCE

Black with #3EADCE

Text Example


Text Example

White with #3EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EADCE; }

 p { color: rgb(62,173,206); }

 H1.HeaderClassName
 {
   color: #3EADCE;
 }
 .AnyTagClassName
 {
   color: #3EADCE;
 }
</style>

background-color css

<style>
 a { background-color: #3EADCE; }

 a { background-color: rgb(62,173,206); }

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

border-color css

<style>
 span { border-color: #3EADCE; }

 span { border-color: rgb(62,173,206); }

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