#026E71

Color #026E71 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #026E71

Tints of Blue Lagoon #026E71

Color information

#026E71 (or 0x026E71) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6E and 71. RGB value is (2,110,113). Sum of RGB (Red+Green+Blue) = 2+110+113=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #026E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E71 is #FD918E. Grayscale: #4D4D4D. Windows color (decimal): -16617871 or 7433730. OLE color: 7433730.

HSL color Cylindrical-coordinate representation of color #026E71: hue angle of 181.62º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E71 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2110113-
CMYK0.980.0300.56
HSL181.62º96.52%22.55%-
HSV(B)181.62º98.23%44.31%-
XYZ8.5812.3617.56-
YUV78.05147.7273.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=0.89%
G=48.89%
B=50.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21101130.980.0300.56181.6296.5222.55
Hex26E71623038b66117
Octal2156161142307026614127
Binary1011011101110001110001011011100010110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026E71; }

 p { color: rgb(2,110,113); }

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

<style>
 a { background-color: #026E71; }

 a { background-color: rgb(2,110,113); }

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

<style>
 span { border-color: #026E71; }

 span { border-color: rgb(2,110,113); }

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