#08C0BF

Color #08C0BF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #08C0BF

Tints of Iris Blue #08C0BF

Color information

#08C0BF (or 0x08C0BF) is unknown color: approx Iris Blue. HEX triplet: 08, C0 and BF. RGB value is (8,192,191). Sum of RGB (Red+Green+Blue) = 8+192+191=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #08C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C0BF is #F73F40. Grayscale: #888888. Windows color (decimal): -16203585 or 12566536. OLE color: 12566536.

HSL color Cylindrical-coordinate representation of color #08C0BF: hue angle of 179.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C0BF is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB8192191-
CMYK0.9600.010.25
HSL179.67º92%39.22%-
HSV(B)179.67º95.83%75.29%-
XYZ28.3541.5155.81-
YUV136.87158.5436.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.05%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 191 (75% from 255) = 48.85%
R=2.05%
G=49.10%
B=48.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81921910.9600.010.25179.679239.22
Hex8C0BF600119b45c27
Octal10300277140013126413447
Binary1000110000001011111111000000111001101101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C0BF; }

 p { color: rgb(8,192,191); }

 H1.HeaderClassName
 {
   color: #08C0BF;
 }
 .AnyTagClassName
 {
   color: #08C0BF;
 }
</style>
background-color css

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

 a { background-color: rgb(8,192,191); }

 div.DivClassName
 {
   background-color: #08C0BF;
 }
 .BgClassName
 {
   background-color: #08C0BF;
 }
</style>
border-color css

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

 span { border-color: rgb(8,192,191); }

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