Html Css Color HEX #3EBCCE Viking

📋 copy color: '#3EBCCE'

red 62 ◦ green 188 ◦ blue 206

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

Shades of Viking #3EBCCE

Tints of Viking #3EBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

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

R = 13.6%
G = 41.23%
B = 45.18%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3EBCCE (or 0x3EBCCE) is known color: Viking. HEX triplet: 3E, BC and CE. RGB value is (62,188,206). Sum of RGB (Red+Green+Blue) = 62+188+206=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #3EBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBCCE is #C14331. Grayscale: #989898. Windows color (decimal): -12665650 or 13548606. OLE color: 13548606.

HSL color Cylindrical-coordinate representation of color #3EBCCE: hue angle of 187.5º 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 #3EBCCE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 188 206 -
CMYK 0.70 0.09 0 0.19
HSL 187.5º 0.6% 0.53% -
HSV(B) 187.5º 0.7% 0.81% -
XYZ 31.11 41.45 64.75 -
YUV 152.38 158.26 63.54 -
System Red Green Blue C M Y K H S L
Decimal 62 188 206 0.70 0.09 0 0.19 187.5 0.6 0.53
Hex 3E BC CE 46 9 0 13 BC 3C 35
Octal 76 274 316 106 11 0 23 274 74 65
Binary 111110 10111100 11001110 1000110 1001 0 10011 10111100 111100 110101

Color Harmonies of #3EBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBCCE

Black with #3EBCCE

Text Example


Text Example

White with #3EBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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