#08BBC5

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

Shades of Iris Blue #08BBC5

Tints of Iris Blue #08BBC5

Color information

#08BBC5 (or 0x08BBC5) is unknown color: approx Iris Blue. HEX triplet: 08, BB and C5. RGB value is (8,187,197). Sum of RGB (Red+Green+Blue) = 8+187+197=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #08BBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBC5 is #F7443A. Grayscale: #868686. Windows color (decimal): -16204859 or 12958472. OLE color: 12958472.

HSL color Cylindrical-coordinate representation of color #08BBC5: hue angle of 183.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBC5 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8187197-
CMYK0.960.0500.23
HSL183.17º92.2%40.2%-
HSV(B)183.17º95.94%77.25%-
XYZ27.9539.6259-
YUV134.62163.237.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.04%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 197 (77.34% from 255) = 50.26%
R=2.04%
G=47.70%
B=50.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81871970.960.0500.23183.1792.240.2
Hex8BBC5605017b75c28
Octal10273305140502726713450
Binary100010111011110001011100000101010111101101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,187,197); }

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

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

 a { background-color: rgb(8,187,197); }

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

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

 span { border-color: rgb(8,187,197); }

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