Html Css Color HEX #4EBCCE Viking

📋 copy color: '#4EBCCE'

red 78 ◦ green 188 ◦ blue 206

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

Shades of Viking #4EBCCE

Tints of Viking #4EBCCE

RGB

 RED value IS 78 (30.86% from 255) = 16.53%

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

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

R = 16.53%
G = 39.83%
B = 43.64%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EBCCE (or 0x4EBCCE) is known color: Viking. HEX triplet: 4E, BC and CE. RGB value is (78,188,206). Sum of RGB (Red+Green+Blue) = 78+188+206=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCCE is #B14331. Grayscale: #9C9C9C. Windows color (decimal): -11617074 or 13548622. OLE color: 13548622.

HSL color Cylindrical-coordinate representation of color #4EBCCE: hue angle of 188.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBCCE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 188 206 -
CMYK 0.62 0.09 0 0.19
HSL 188.44º 0.57% 0.56% -
HSV(B) 188.44º 0.62% 0.81% -
XYZ 32.27 42.04 64.81 -
YUV 157.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 78 188 206 0.62 0.09 0 0.19 188.44 0.57 0.56
Hex 4E BC CE 3E 9 0 13 BC 39 38
Octal 116 274 316 76 11 0 23 274 71 70
Binary 1001110 10111100 11001110 111110 1001 0 10011 10111100 111001 111000

Color Harmonies of #4EBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBCCE

Black with #4EBCCE

Text Example


Text Example

White with #4EBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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