Html Css Color HEX #5EB6CC Viking

📋 copy color: '#5EB6CC'

red 94 ◦ green 182 ◦ blue 204

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

Shades of Viking #5EB6CC

Tints of Viking #5EB6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.92%

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

R = 19.58%
G = 37.92%
B = 42.5%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5EB6CC (or 0x5EB6CC) is known color: Viking. HEX triplet: 5E, B6 and CC. RGB value is (94,182,204). Sum of RGB (Red+Green+Blue) = 94+182+204=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EB6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB6CC is #A14933. Grayscale: #9E9E9E. Windows color (decimal): -10570036 or 13416030. OLE color: 13416030.

HSL color Cylindrical-coordinate representation of color #5EB6CC: hue angle of 192º 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 #5EB6CC is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 182 204 -
CMYK 0.54 0.11 0 0.2
HSL 192º 0.52% 0.58% -
HSV(B) 192º 0.54% 0.8% -
XYZ 32.24 40.2 63.19 -
YUV 158.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 94 182 204 0.54 0.11 0 0.2 192 0.52 0.58
Hex 5E B6 CC 36 B 0 14 C0 34 3A
Octal 136 266 314 66 13 0 24 300 64 72
Binary 1011110 10110110 11001100 110110 1011 0 10100 11000000 110100 111010

Color Harmonies of #5EB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB6CC

Black with #5EB6CC

Text Example


Text Example

White with #5EB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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