#08627D

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

Shades of Blue Lagoon #08627D

Tints of Blue Lagoon #08627D

Color information

#08627D (or 0x08627D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 62 and 7D. RGB value is (8,98,125). Sum of RGB (Red+Green+Blue) = 8+98+125=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #08627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08627D is #F79D82. Grayscale: #494949. Windows color (decimal): -16227715 or 8217096. OLE color: 8217096.

HSL color Cylindrical-coordinate representation of color #08627D: hue angle of 193.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08627D is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB898125-
CMYK0.940.2200.51
HSL193.85º87.97%26.08%-
HSV(B)193.85º93.6%49.02%-
XYZ8.1710.2720.95-
YUV74.17156.6880.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=3.46%
G=42.42%
B=54.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8981250.940.2200.51193.8587.9726.08
Hex8627D5E16033c2581a
Octal101421751362606330213032
Binary100011000101111101101111010110011001111000010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,98,125); }

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

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

 a { background-color: rgb(8,98,125); }

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

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

 span { border-color: rgb(8,98,125); }

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