Html Css Color HEX #086367 Blue Lagoon

📋 copy color: '#086367'

red 8 ◦ green 99 ◦ blue 103

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

Shades of Blue Lagoon #086367

Tints of Blue Lagoon #086367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 3.81%
G = 47.14%
B = 49.05%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#086367 (or 0x086367) is known color: Blue Lagoon. HEX triplet: 08, 63 and 67. RGB value is (8,99,103). Sum of RGB (Red+Green+Blue) = 8+99+103=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #086367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086367 is #F79C98. Grayscale: #484848. Windows color (decimal): -16227481 or 6775560. OLE color: 6775560.

HSL color Cylindrical-coordinate representation of color #086367: hue angle of 182.53º degrees, saturation: 0.86, 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 #086367 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 99 103 -
CMYK 0.92 0.04 0 0.60
HSL 182.53º 0.86% 0.22% -
HSV(B) 182.53º 0.92% 0.4% -
XYZ 7.01 9.95 14.38 -
YUV 72.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 8 99 103 0.92 0.04 0 0.60 182.53 0.86 0.22
Hex 8 63 67 5C 4 0 3C B7 56 16
Octal 10 143 147 134 4 0 74 267 126 26
Binary 1000 1100011 1100111 1011100 100 0 111100 10110111 1010110 10110

Color Harmonies of #086367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086367

Black with #086367

Text Example


Text Example

White with #086367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086367; }

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

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

background-color css

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

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

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

border-color css

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

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

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