#08B8B9

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

Shades of Iris Blue #08B8B9

Tints of Iris Blue #08B8B9

Color information

#08B8B9 (or 0x08B8B9) is unknown color: approx Iris Blue. HEX triplet: 08, B8 and B9. RGB value is (8,184,185). Sum of RGB (Red+Green+Blue) = 8+184+185=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #08B8B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B8B9 is #F74746. Grayscale: #838383. Windows color (decimal): -16205639 or 12171272. OLE color: 12171272.

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

Color convert

RGB8184185-
CMYK0.960.0100.27
HSL180.34º91.71%37.84%-
HSV(B)180.34º95.68%72.55%-
XYZ2637.8451.83-
YUV131.49158.1939.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.12%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 185 (72.66% from 255) = 49.07%
R=2.12%
G=48.81%
B=49.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81841850.960.0100.27180.3491.7137.84
Hex8B8B960101Bb45c26
Octal10270271140103326413446
Binary1000101110001011100111000001011011101101001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,185); }

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

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

 a { background-color: rgb(8,184,185); }

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

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

 span { border-color: rgb(8,184,185); }

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