#083E4E

Color #083E4E Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #083E4E

Tints of Sherpa Blue #083E4E

Color information

#083E4E (or 0x083E4E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3E and 4E. RGB value is (8,62,78). Sum of RGB (Red+Green+Blue) = 8+62+78=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #083E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E4E is #F7C1B1. Grayscale: #2F2F2F. Windows color (decimal): -16236978 or 5127688. OLE color: 5127688.

HSL color Cylindrical-coordinate representation of color #083E4E: hue angle of 193.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083E4E is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86278-
CMYK0.900.2100.69
HSL193.71º81.4%16.86%-
HSV(B)193.71º89.74%30.59%-
XYZ3.24.057.82-
YUV47.68145.1199.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 62 (24.61% from 255) = 41.89%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=5.41%
G=41.89%
B=52.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal862780.900.2100.69193.7181.416.86
Hex83E4E5A15045c25111
Octal107611613225010530212121
Binary100011111010011101011010101010100010111000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083E4E; }

 p { color: rgb(8,62,78); }

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

<style>
 a { background-color: #083E4E; }

 a { background-color: rgb(8,62,78); }

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

<style>
 span { border-color: #083E4E; }

 span { border-color: rgb(8,62,78); }

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