Html Css Color HEX #4EBCDB Viking

📋 copy color: '#4EBCDB'

red 78 ◦ green 188 ◦ blue 219

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

Shades of Viking #4EBCDB

Tints of Viking #4EBCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 16.08%
G = 38.76%
B = 45.15%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EBCDB (or 0x4EBCDB) is known color: Viking. HEX triplet: 4E, BC and DB. RGB value is (78,188,219). Sum of RGB (Red+Green+Blue) = 78+188+219=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCDB is #B14324. Grayscale: #9E9E9E. Windows color (decimal): -11617061 or 14400590. OLE color: 14400590.

HSL color Cylindrical-coordinate representation of color #4EBCDB: hue angle of 193.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBCDB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 188 219 -
CMYK 0.64 0.14 0 0.14
HSL 193.19º 0.66% 0.58% -
HSV(B) 193.19º 0.64% 0.86% -
XYZ 33.91 42.7 73.47 -
YUV 158.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 78 188 219 0.64 0.14 0 0.14 193.19 0.66 0.58
Hex 4E BC DB 40 E 0 E C1 42 3A
Octal 116 274 333 100 16 0 16 301 102 72
Binary 1001110 10111100 11011011 1000000 1110 0 1110 11000001 1000010 111010

Color Harmonies of #4EBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBCDB

Black with #4EBCDB

Text Example


Text Example

White with #4EBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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