Html Css Color HEX #5EBBCA Viking

📋 copy color: '#5EBBCA'

red 94 ◦ green 187 ◦ blue 202

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

Shades of Viking #5EBBCA

Tints of Viking #5EBBCA

RGB

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

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

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

R = 19.46%
G = 38.72%
B = 41.82%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5EBBCA (or 0x5EBBCA) is known color: Viking. HEX triplet: 5E, BB and CA. RGB value is (94,187,202). Sum of RGB (Red+Green+Blue) = 94+187+202=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBCA is #A14435. Grayscale: #A0A0A0. Windows color (decimal): -10568758 or 13286238. OLE color: 13286238.

HSL color Cylindrical-coordinate representation of color #5EBBCA: hue angle of 188.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBBCA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 187 202 -
CMYK 0.53 0.07 0 0.21
HSL 188.33º 0.5% 0.58% -
HSV(B) 188.33º 0.53% 0.79% -
XYZ 33.05 42.18 62.28 -
YUV 160.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 94 187 202 0.53 0.07 0 0.21 188.33 0.5 0.58
Hex 5E BB CA 35 7 0 15 BC 32 3A
Octal 136 273 312 65 7 0 25 274 62 72
Binary 1011110 10111011 11001010 110101 111 0 10101 10111100 110010 111010

Color Harmonies of #5EBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBBCA

Black with #5EBBCA

Text Example


Text Example

White with #5EBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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