Html Css Color HEX #086366 Blue Lagoon

📋 copy color: '#086366'

red 8 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #086366

Tints of Blue Lagoon #086366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

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

R = 3.83%
G = 47.37%
B = 48.8%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#086366 (or 0x086366) is known color: Blue Lagoon. HEX triplet: 08, 63 and 66. RGB value is (8,99,102). Sum of RGB (Red+Green+Blue) = 8+99+102=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #086366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086366 is #F79C99. Grayscale: #484848. Windows color (decimal): -16227482 or 6710024. OLE color: 6710024.

HSL color Cylindrical-coordinate representation of color #086366: hue angle of 181.91º 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 #086366 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 99 102 -
CMYK 0.92 0.03 0 0.6
HSL 181.91º 0.85% 0.22% -
HSV(B) 181.91º 0.92% 0.4% -
XYZ 6.96 9.93 14.12 -
YUV 72.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 8 99 102 0.92 0.03 0 0.6 181.91 0.85 0.22
Hex 8 63 66 5C 3 0 3C B6 55 16
Octal 10 143 146 134 3 0 74 266 125 26
Binary 1000 1100011 1100110 1011100 11 0 111100 10110110 1010101 10110

Color Harmonies of #086366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086366

Black with #086366

Text Example


Text Example

White with #086366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086366; }

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

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

background-color css

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

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

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

border-color css

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

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

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