Html Css Color HEX #085A6B Blue Lagoon

📋 copy color: '#085A6B'

red 8 ◦ green 90 ◦ blue 107

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

Shades of Blue Lagoon #085A6B

Tints of Blue Lagoon #085A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 3.9%
G = 43.9%
B = 52.2%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#085A6B (or 0x085A6B) is known color: Blue Lagoon. HEX triplet: 08, 5A and 6B. RGB value is (8,90,107). Sum of RGB (Red+Green+Blue) = 8+90+107=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #085A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6B is #F7A594. Grayscale: #434343. Windows color (decimal): -16229781 or 7035400. OLE color: 7035400.

HSL color Cylindrical-coordinate representation of color #085A6B: hue angle of 190.3º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085A6B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 90 107 -
CMYK 0.93 0.16 0 0.58
HSL 190.3º 0.86% 0.23% -
HSV(B) 190.3º 0.93% 0.42% -
XYZ 6.41 8.43 15.2 -
YUV 67.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 8 90 107 0.93 0.16 0 0.58 190.3 0.86 0.23
Hex 8 5A 6B 5D 10 0 3A BE 56 17
Octal 10 132 153 135 20 0 72 276 126 27
Binary 1000 1011010 1101011 1011101 10000 0 111010 10111110 1010110 10111

Color Harmonies of #085A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A6B

Black with #085A6B

Text Example


Text Example

White with #085A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085A6B; }

 p { color: rgb(8,90,107); }

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

background-color css

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

 a { background-color: rgb(8,90,107); }

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

border-color css

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

 span { border-color: rgb(8,90,107); }

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