Html Css Color HEX #4EBDCA Viking

📋 copy color: '#4EBDCA'

red 78 ◦ green 189 ◦ blue 202

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

Shades of Viking #4EBDCA

Tints of Viking #4EBDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 16.63%
G = 40.3%
B = 43.07%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4EBDCA (or 0x4EBDCA) is known color: Viking. HEX triplet: 4E, BD and CA. RGB value is (78,189,202). Sum of RGB (Red+Green+Blue) = 78+189+202=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDCA is #B14235. Grayscale: #9D9D9D. Windows color (decimal): -11616822 or 13286734. OLE color: 13286734.

HSL color Cylindrical-coordinate representation of color #4EBDCA: hue angle of 186.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBDCA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 189 202 -
CMYK 0.61 0.06 0 0.21
HSL 186.29º 0.54% 0.55% -
HSV(B) 186.29º 0.61% 0.79% -
XYZ 32 42.28 62.35 -
YUV 157.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 78 189 202 0.61 0.06 0 0.21 186.29 0.54 0.55
Hex 4E BD CA 3D 6 0 15 BA 36 37
Octal 116 275 312 75 6 0 25 272 66 67
Binary 1001110 10111101 11001010 111101 110 0 10101 10111010 110110 110111

Color Harmonies of #4EBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDCA

Black with #4EBDCA

Text Example


Text Example

White with #4EBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,202); }

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

background-color css

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

 a { background-color: rgb(78,189,202); }

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

border-color css

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

 span { border-color: rgb(78,189,202); }

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