Html Css Color HEX #4EBBCC Viking

📋 copy color: '#4EBBCC'

red 78 ◦ green 187 ◦ blue 204

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

Shades of Viking #4EBBCC

Tints of Viking #4EBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

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

R = 16.63%
G = 39.87%
B = 43.5%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EBBCC (or 0x4EBBCC) is known color: Viking. HEX triplet: 4E, BB and CC. RGB value is (78,187,204). Sum of RGB (Red+Green+Blue) = 78+187+204=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBCC is #B14433. Grayscale: #9C9C9C. Windows color (decimal): -11617332 or 13417294. OLE color: 13417294.

HSL color Cylindrical-coordinate representation of color #4EBBCC: hue angle of 188.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBBCC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 187 204 -
CMYK 0.62 0.08 0 0.2
HSL 188.1º 0.55% 0.55% -
HSV(B) 188.1º 0.62% 0.8% -
XYZ 31.81 41.52 63.46 -
YUV 156.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 78 187 204 0.62 0.08 0 0.2 188.1 0.55 0.55
Hex 4E BB CC 3E 8 0 14 BC 37 37
Octal 116 273 314 76 10 0 24 274 67 67
Binary 1001110 10111011 11001100 111110 1000 0 10100 10111100 110111 110111

Color Harmonies of #4EBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBBCC

Black with #4EBBCC

Text Example


Text Example

White with #4EBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,187,204); }

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

background-color css

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

 a { background-color: rgb(78,187,204); }

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

border-color css

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

 span { border-color: rgb(78,187,204); }

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