Html Css Color HEX #3EB9CB Viking

📋 copy color: '#3EB9CB'

red 62 ◦ green 185 ◦ blue 203

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

Shades of Viking #3EB9CB

Tints of Viking #3EB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 13.78%
G = 41.11%
B = 45.11%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3EB9CB (or 0x3EB9CB) is known color: Viking. HEX triplet: 3E, B9 and CB. RGB value is (62,185,203). Sum of RGB (Red+Green+Blue) = 62+185+203=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EB9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB9CB is #C14634. Grayscale: #969696. Windows color (decimal): -12666421 or 13351230. OLE color: 13351230.

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

Color convert

RGB 62 185 203 -
CMYK 0.69 0.09 0 0.20
HSL 187.66º 0.58% 0.52% -
HSV(B) 187.66º 0.69% 0.8% -
XYZ 30.12 40.03 62.64 -
YUV 150.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 62 185 203 0.69 0.09 0 0.20 187.66 0.58 0.52
Hex 3E B9 CB 45 9 0 14 BC 3A 34
Octal 76 271 313 105 11 0 24 274 72 64
Binary 111110 10111001 11001011 1000101 1001 0 10100 10111100 111010 110100

Color Harmonies of #3EB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EB9CB

Black with #3EB9CB

Text Example


Text Example

White with #3EB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,185,203); }

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

background-color css

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

 a { background-color: rgb(62,185,203); }

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

border-color css

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

 span { border-color: rgb(62,185,203); }

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