Html Css Color HEX #086266 Blue Lagoon

📋 copy color: '#086266'

red 8 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #086266

Tints of Blue Lagoon #086266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.12%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 3.85%
G = 47.12%
B = 49.04%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#086266 (or 0x086266) is known color: Blue Lagoon. HEX triplet: 08, 62 and 66. RGB value is (8,98,102). Sum of RGB (Red+Green+Blue) = 8+98+102=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #086266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086266 is #F79D99. Grayscale: #474747. Windows color (decimal): -16227738 or 6709768. OLE color: 6709768.

HSL color Cylindrical-coordinate representation of color #086266: hue angle of 182.55º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086266 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 98 102 -
CMYK 0.92 0.04 0 0.6
HSL 182.55º 0.85% 0.22% -
HSV(B) 182.55º 0.92% 0.4% -
XYZ 6.87 9.75 14.09 -
YUV 71.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 8 98 102 0.92 0.04 0 0.6 182.55 0.85 0.22
Hex 8 62 66 5C 4 0 3C B7 55 16
Octal 10 142 146 134 4 0 74 267 125 26
Binary 1000 1100010 1100110 1011100 100 0 111100 10110111 1010101 10110

Color Harmonies of #086266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086266

Black with #086266

Text Example


Text Example

White with #086266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086266; }

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

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

background-color css

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

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

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

border-color css

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

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

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