#026888

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

Shades of Blue Lagoon #026888

Tints of Blue Lagoon #026888

Color information

#026888 (or 0x026888) is unknown color: approx Blue Lagoon. HEX triplet: 02, 68 and 88. RGB value is (2,104,136). Sum of RGB (Red+Green+Blue) = 2+104+136=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #026888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026888 is #FD9777. Grayscale: #4C4C4C. Windows color (decimal): -16619384 or 8939522. OLE color: 8939522.

HSL color Cylindrical-coordinate representation of color #026888: hue angle of 194.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026888 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2104136-
CMYK0.990.2400.47
HSL194.33º97.1%27.06%-
HSV(B)194.33º98.53%53.33%-
XYZ9.4211.6925.05-
YUV77.15161.2174.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=0.83%
G=42.98%
B=56.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21041360.990.2400.47194.3397.127.06
Hex26888631802Fc2611b
Octal21502101433005730214133
Binary10110100010001000110001111000010111111000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026888; }

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

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

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

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

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

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

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

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