Html Css Color HEX #08656B Blue Lagoon

📋 copy color: '#08656B'

red 8 ◦ green 101 ◦ blue 107

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

Shades of Blue Lagoon #08656B

Tints of Blue Lagoon #08656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.76%

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

R = 3.7%
G = 46.76%
B = 49.54%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08656B (or 0x08656B) is known color: Blue Lagoon. HEX triplet: 08, 65 and 6B. RGB value is (8,101,107). Sum of RGB (Red+Green+Blue) = 8+101+107=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #08656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08656B is #F79A94. Grayscale: #494949. Windows color (decimal): -16226965 or 7038216. OLE color: 7038216.

HSL color Cylindrical-coordinate representation of color #08656B: hue angle of 183.64º 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 #08656B is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 101 107 -
CMYK 0.93 0.06 0 0.58
HSL 183.64º 0.86% 0.23% -
HSV(B) 183.64º 0.93% 0.42% -
XYZ 7.41 10.42 15.53 -
YUV 73.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 8 101 107 0.93 0.06 0 0.58 183.64 0.86 0.23
Hex 8 65 6B 5D 6 0 3A B8 56 17
Octal 10 145 153 135 6 0 72 270 126 27
Binary 1000 1100101 1101011 1011101 110 0 111010 10111000 1010110 10111

Color Harmonies of #08656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08656B

Black with #08656B

Text Example


Text Example

White with #08656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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