Html Css Color HEX #5EBBCE Viking

📋 copy color: '#5EBBCE'

red 94 ◦ green 187 ◦ blue 206

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

Shades of Viking #5EBBCE

Tints of Viking #5EBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 19.3%
G = 38.4%
B = 42.3%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EBBCE (or 0x5EBBCE) is known color: Viking. HEX triplet: 5E, BB and CE. RGB value is (94,187,206). Sum of RGB (Red+Green+Blue) = 94+187+206=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBCE is #A14431. Grayscale: #A1A1A1. Windows color (decimal): -10568754 or 13548382. OLE color: 13548382.

HSL color Cylindrical-coordinate representation of color #5EBBCE: hue angle of 190.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBBCE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 187 206 -
CMYK 0.54 0.09 0 0.19
HSL 190.18º 0.53% 0.59% -
HSV(B) 190.18º 0.54% 0.81% -
XYZ 33.53 42.38 64.8 -
YUV 161.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 94 187 206 0.54 0.09 0 0.19 190.18 0.53 0.59
Hex 5E BB CE 36 9 0 13 BE 35 3B
Octal 136 273 316 66 11 0 23 276 65 73
Binary 1011110 10111011 11001110 110110 1001 0 10011 10111110 110101 111011

Color Harmonies of #5EBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBCE

Black with #5EBBCE

Text Example


Text Example

White with #5EBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,187,206); }

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

background-color css

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

 a { background-color: rgb(94,187,206); }

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

border-color css

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

 span { border-color: rgb(94,187,206); }

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