#08BBC8

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

Shades of Iris Blue #08BBC8

Tints of Iris Blue #08BBC8

Color information

#08BBC8 (or 0x08BBC8) is unknown color: approx Iris Blue. HEX triplet: 08, BB and C8. RGB value is (8,187,200). Sum of RGB (Red+Green+Blue) = 8+187+200=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #08BBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBC8 is #F74437. Grayscale: #868686. Windows color (decimal): -16204856 or 13155080. OLE color: 13155080.

HSL color Cylindrical-coordinate representation of color #08BBC8: hue angle of 184.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBC8 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8187200-
CMYK0.960.0600.22
HSL184.06º92.31%40.78%-
HSV(B)184.06º96%78.43%-
XYZ28.339.7660.83-
YUV134.96164.737.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.03%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=2.03%
G=47.34%
B=50.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81872000.960.0600.22184.0692.3140.78
Hex8BBC8606016b85c29
Octal10273310140602627013451
Binary100010111011110010001100000110010110101110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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