#02686B

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

Shades of Blue Lagoon #02686B

Tints of Blue Lagoon #02686B

Color information

#02686B (or 0x02686B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 6B. RGB value is (2,104,107). Sum of RGB (Red+Green+Blue) = 2+104+107=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #02686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02686B is #FD9794. Grayscale: #494949. Windows color (decimal): -16619413 or 7038978. OLE color: 7038978.

HSL color Cylindrical-coordinate representation of color #02686B: hue angle of 181.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02686B is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2104107-
CMYK0.980.0300.58
HSL181.71º96.33%21.37%-
HSV(B)181.71º98.13%41.96%-
XYZ7.6310.9815.63-
YUV73.84146.7176.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=0.94%
G=48.83%
B=50.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21041070.980.0300.58181.7196.3321.37
Hex2686B62303Ab66015
Octal2150153142307226614025
Binary1011010001101011110001011011101010110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02686B; }

 p { color: rgb(2,104,107); }

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

<style>
 a { background-color: #02686B; }

 a { background-color: rgb(2,104,107); }

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

<style>
 span { border-color: #02686B; }

 span { border-color: rgb(2,104,107); }

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