Html Css Color HEX #086273 Blue Lagoon

📋 copy color: '#086273'

red 8 ◦ green 98 ◦ blue 115

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

Shades of Blue Lagoon #086273

Tints of Blue Lagoon #086273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 3.62%
G = 44.34%
B = 52.04%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086273 (or 0x086273) is known color: Blue Lagoon. HEX triplet: 08, 62 and 73. RGB value is (8,98,115). Sum of RGB (Red+Green+Blue) = 8+98+115=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #086273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086273 is #F79D8C. Grayscale: #484848. Windows color (decimal): -16227725 or 7561736. OLE color: 7561736.

HSL color Cylindrical-coordinate representation of color #086273: hue angle of 189.53º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086273 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 98 115 -
CMYK 0.93 0.15 0 0.55
HSL 189.53º 0.87% 0.24% -
HSV(B) 189.53º 0.93% 0.45% -
XYZ 7.56 10.02 17.76 -
YUV 73.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 8 98 115 0.93 0.15 0 0.55 189.53 0.87 0.24
Hex 8 62 73 5D F 0 37 BE 57 18
Octal 10 142 163 135 17 0 67 276 127 30
Binary 1000 1100010 1110011 1011101 1111 0 110111 10111110 1010111 11000

Color Harmonies of #086273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086273

Black with #086273

Text Example


Text Example

White with #086273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086273; }

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

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

background-color css

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

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

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

border-color css

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

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

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