#02696D

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

Shades of Blue Lagoon #02696D

Tints of Blue Lagoon #02696D

Color information

#02696D (or 0x02696D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 6D. RGB value is (2,105,109). Sum of RGB (Red+Green+Blue) = 2+105+109=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #02696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696D is #FD9692. Grayscale: #4A4A4A. Windows color (decimal): -16619155 or 7170306. OLE color: 7170306.

HSL color Cylindrical-coordinate representation of color #02696D: hue angle of 182.24º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02696D is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2105109-
CMYK0.980.0400.57
HSL182.24º96.4%21.76%-
HSV(B)182.24º98.17%42.75%-
XYZ7.8411.2216.22-
YUV74.66147.3876.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=0.93%
G=48.61%
B=50.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21051090.980.0400.57182.2496.421.76
Hex2696D624039b66016
Octal2151155142407126614026
Binary10110100111011011100010100011100110110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02696D; }

 p { color: rgb(2,105,109); }

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

<style>
 a { background-color: #02696D; }

 a { background-color: rgb(2,105,109); }

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

<style>
 span { border-color: #02696D; }

 span { border-color: rgb(2,105,109); }

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