#5EBFCA

Color #5EBFCA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5EBFCA

Tints of Viking #5EBFCA

Color information

#5EBFCA (or 0x5EBFCA) is unknown color: approx Viking. HEX triplet: 5E, BF and CA. RGB value is (94,191,202). Sum of RGB (Red+Green+Blue) = 94+191+202=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFCA is #A14035. Grayscale: #A3A3A3. Windows color (decimal): -10567734 or 13287262. OLE color: 13287262.

HSL color Cylindrical-coordinate representation of color #5EBFCA: hue angle of 186.11º 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 #5EBFCA is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94191202-
CMYK0.530.0500.21
HSL186.11º50.47%58.04%-
HSV(B)186.11º53.47%79.22%-
XYZ33.9143.9162.56-
YUV163.25149.8678.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.30%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=19.30%
G=39.22%
B=41.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941912020.530.0500.21186.1150.4758.04
Hex5EBFCA355015ba323a
Octal1362773126550252726272
Binary1011110101111111100101011010110101010110111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EBFCA;
 }
 .AnyTagClassName
 {
   color: #5EBFCA;
 }
</style>
background-color css

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

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

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

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

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

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