Html Css Color HEX #086668 Blue Lagoon

📋 copy color: '#086668'

red 8 ◦ green 102 ◦ blue 104

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

Shades of Blue Lagoon #086668

Tints of Blue Lagoon #086668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 3.74%
G = 47.66%
B = 48.6%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086668 (or 0x086668) is known color: Blue Lagoon. HEX triplet: 08, 66 and 68. RGB value is (8,102,104). Sum of RGB (Red+Green+Blue) = 8+102+104=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #086668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086668 is #F79997. Grayscale: #4A4A4A. Windows color (decimal): -16226712 or 6841864. OLE color: 6841864.

HSL color Cylindrical-coordinate representation of color #086668: hue angle of 181.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086668 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 102 104 -
CMYK 0.92 0.02 0 0.59
HSL 181.25º 0.86% 0.22% -
HSV(B) 181.25º 0.92% 0.41% -
XYZ 7.35 10.55 14.75 -
YUV 74.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 8 102 104 0.92 0.02 0 0.59 181.25 0.86 0.22
Hex 8 66 68 5C 2 0 3B B5 56 16
Octal 10 146 150 134 2 0 73 265 126 26
Binary 1000 1100110 1101000 1011100 10 0 111011 10110101 1010110 10110

Color Harmonies of #086668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086668

Black with #086668

Text Example


Text Example

White with #086668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086668; }

 p { color: rgb(8,102,104); }

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

background-color css

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

 a { background-color: rgb(8,102,104); }

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

border-color css

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

 span { border-color: rgb(8,102,104); }

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