Html Css Color HEX #086466 Blue Lagoon

📋 copy color: '#086466'

red 8 ◦ green 100 ◦ blue 102

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

Shades of Blue Lagoon #086466

Tints of Blue Lagoon #086466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.62%

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

R = 3.81%
G = 47.62%
B = 48.57%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#086466 (or 0x086466) is known color: Blue Lagoon. HEX triplet: 08, 64 and 66. RGB value is (8,100,102). Sum of RGB (Red+Green+Blue) = 8+100+102=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #086466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086466 is #F79B99. Grayscale: #484848. Windows color (decimal): -16227226 or 6710280. OLE color: 6710280.

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

Color convert

RGB 8 100 102 -
CMYK 0.92 0.02 0 0.6
HSL 181.28º 0.85% 0.22% -
HSV(B) 181.28º 0.92% 0.4% -
XYZ 7.06 10.13 14.15 -
YUV 72.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 8 100 102 0.92 0.02 0 0.6 181.28 0.85 0.22
Hex 8 64 66 5C 2 0 3C B5 55 16
Octal 10 144 146 134 2 0 74 265 125 26
Binary 1000 1100100 1100110 1011100 10 0 111100 10110101 1010101 10110

Color Harmonies of #086466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086466

Black with #086466

Text Example


Text Example

White with #086466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086466; }

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

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

background-color css

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

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

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

border-color css

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

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

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