Html Css Color HEX #086268 Blue Lagoon

📋 copy color: '#086268'

red 8 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #086268

Tints of Blue Lagoon #086268

RGB

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

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

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

R = 3.81%
G = 46.67%
B = 49.52%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086268 (or 0x086268) is known color: Blue Lagoon. HEX triplet: 08, 62 and 68. RGB value is (8,98,104). Sum of RGB (Red+Green+Blue) = 8+98+104=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #086268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086268 is #F79D97. Grayscale: #474747. Windows color (decimal): -16227736 or 6840840. OLE color: 6840840.

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

Color convert

RGB 8 98 104 -
CMYK 0.92 0.06 0 0.59
HSL 183.75º 0.86% 0.22% -
HSV(B) 183.75º 0.92% 0.41% -
XYZ 6.97 9.79 14.62 -
YUV 71.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 8 98 104 0.92 0.06 0 0.59 183.75 0.86 0.22
Hex 8 62 68 5C 6 0 3B B8 56 16
Octal 10 142 150 134 6 0 73 270 126 26
Binary 1000 1100010 1101000 1011100 110 0 111011 10111000 1010110 10110

Color Harmonies of #086268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086268

Black with #086268

Text Example


Text Example

White with #086268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086268; }

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

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

background-color css

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

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

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

border-color css

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

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

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