Html Css Color HEX #3EBACC Viking

📋 copy color: '#3EBACC'

red 62 ◦ green 186 ◦ blue 204

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

Shades of Viking #3EBACC

Tints of Viking #3EBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 13.72%
G = 41.15%
B = 45.13%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3EBACC (or 0x3EBACC) is known color: Viking. HEX triplet: 3E, BA and CC. RGB value is (62,186,204). Sum of RGB (Red+Green+Blue) = 62+186+204=452 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.72% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #3EBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBACC is #C14533. Grayscale: #969696. Windows color (decimal): -12666164 or 13417022. OLE color: 13417022.

HSL color Cylindrical-coordinate representation of color #3EBACC: hue angle of 187.61º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBACC is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 186 204 -
CMYK 0.70 0.09 0 0.2
HSL 187.61º 0.58% 0.52% -
HSV(B) 187.61º 0.7% 0.8% -
XYZ 30.44 40.5 63.34 -
YUV 150.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 62 186 204 0.70 0.09 0 0.2 187.61 0.58 0.52
Hex 3E BA CC 46 9 0 14 BC 3A 34
Octal 76 272 314 106 11 0 24 274 72 64
Binary 111110 10111010 11001100 1000110 1001 0 10100 10111100 111010 110100

Color Harmonies of #3EBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBACC

Black with #3EBACC

Text Example


Text Example

White with #3EBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,186,204); }

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

background-color css

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

 a { background-color: rgb(62,186,204); }

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

border-color css

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

 span { border-color: rgb(62,186,204); }

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