Html Css Color HEX #086269 Blue Lagoon

📋 copy color: '#086269'

red 8 ◦ green 98 ◦ blue 105

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

Shades of Blue Lagoon #086269

Tints of Blue Lagoon #086269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 3.79%
G = 46.45%
B = 49.76%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086269 (or 0x086269) is known color: Blue Lagoon. HEX triplet: 08, 62 and 69. RGB value is (8,98,105). Sum of RGB (Red+Green+Blue) = 8+98+105=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #086269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086269 is #F79D96. Grayscale: #474747. Windows color (decimal): -16227735 or 6906376. OLE color: 6906376.

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

Color convert

RGB 8 98 105 -
CMYK 0.92 0.07 0 0.59
HSL 184.33º 0.86% 0.22% -
HSV(B) 184.33º 0.92% 0.41% -
XYZ 7.02 9.81 14.89 -
YUV 71.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 8 98 105 0.92 0.07 0 0.59 184.33 0.86 0.22
Hex 8 62 69 5C 7 0 3B B8 56 16
Octal 10 142 151 134 7 0 73 270 126 26
Binary 1000 1100010 1101001 1011100 111 0 111011 10111000 1010110 10110

Color Harmonies of #086269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086269

Black with #086269

Text Example


Text Example

White with #086269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086269; }

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

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

background-color css

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

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

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

border-color css

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

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

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