Html Css Color HEX #08697D Blue Lagoon

📋 copy color: '#08697D'

red 8 ◦ green 105 ◦ blue 125

#08697D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #08697D

Tints of Blue Lagoon #08697D

RGB

 RED value IS 8 (3.52% from 255) = 3.36%

 GREEN value IS 105 (41.41% from 255) = 44.12%

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 3.36%
G = 44.12%
B = 52.52%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08697D (or 0x08697D) is known color: Blue Lagoon. HEX triplet: 08, 69 and 7D. RGB value is (8,105,125). Sum of RGB (Red+Green+Blue) = 8+105+125=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #08697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08697D is #F79682. Grayscale: #4E4E4E. Windows color (decimal): -16225923 or 8218888. OLE color: 8218888.

HSL color Cylindrical-coordinate representation of color #08697D: hue angle of 190.26º 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 #08697D is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 105 125 -
CMYK 0.94 0.16 0 0.51
HSL 190.26º 0.88% 0.26% -
HSV(B) 190.26º 0.94% 0.49% -
XYZ 8.85 11.64 21.18 -
YUV 78.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 8 105 125 0.94 0.16 0 0.51 190.26 0.88 0.26
Hex 8 69 7D 5E 10 0 33 BE 58 1A
Octal 10 151 175 136 20 0 63 276 130 32
Binary 1000 1101001 1111101 1011110 10000 0 110011 10111110 1011000 11010

Color Harmonies of #08697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08697D

Black with #08697D

Text Example


Text Example

White with #08697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08697D;
 }
 .AnyTagClassName
 {
   color: #08697D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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