Html Css Color HEX #5EBACC Viking

📋 copy color: '#5EBACC'

red 94 ◦ green 186 ◦ blue 204

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

Shades of Viking #5EBACC

Tints of Viking #5EBACC

RGB

 RED value IS 94 (37.11% from 255) = 19.42%

 GREEN value IS 186 (73.05% from 255) = 38.43%

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

R = 19.42%
G = 38.43%
B = 42.15%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5EBACC (or 0x5EBACC) is known color: Viking. HEX triplet: 5E, BA and CC. RGB value is (94,186,204). Sum of RGB (Red+Green+Blue) = 94+186+204=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBACC is #A14533. Grayscale: #A0A0A0. Windows color (decimal): -10569012 or 13417054. OLE color: 13417054.

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

Color convert

RGB 94 186 204 -
CMYK 0.54 0.09 0 0.2
HSL 189.82º 0.52% 0.58% -
HSV(B) 189.82º 0.54% 0.8% -
XYZ 33.07 41.86 63.46 -
YUV 160.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 94 186 204 0.54 0.09 0 0.2 189.82 0.52 0.58
Hex 5E BA CC 36 9 0 14 BE 34 3A
Octal 136 272 314 66 11 0 24 276 64 72
Binary 1011110 10111010 11001100 110110 1001 0 10100 10111110 110100 111010

Color Harmonies of #5EBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBACC

Black with #5EBACC

Text Example


Text Example

White with #5EBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EBACC; }

 p { color: rgb(94,186,204); }

 H1.HeaderClassName
 {
   color: #5EBACC;
 }
 .AnyTagClassName
 {
   color: #5EBACC;
 }
</style>

background-color css

<style>
 a { background-color: #5EBACC; }

 a { background-color: rgb(94,186,204); }

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

border-color css

<style>
 span { border-color: #5EBACC; }

 span { border-color: rgb(94,186,204); }

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