#08BCD6

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

Shades of Iris Blue #08BCD6

Tints of Iris Blue #08BCD6

Color information

#08BCD6 (or 0x08BCD6) is unknown color: approx Iris Blue. HEX triplet: 08, BC and D6. RGB value is (8,188,214). Sum of RGB (Red+Green+Blue) = 8+188+214=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #08BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCD6 is #F74329. Grayscale: #888888. Windows color (decimal): -16204586 or 14072840. OLE color: 14072840.

HSL color Cylindrical-coordinate representation of color #08BCD6: hue angle of 187.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCD6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8188214-
CMYK0.960.1200.16
HSL187.57º92.79%43.53%-
HSV(B)187.57º96.26%83.92%-
XYZ30.2240.8769.91-
YUV137.14171.3735.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.95%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 214 (83.98% from 255) = 52.20%
R=1.95%
G=45.85%
B=52.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81882140.960.1200.16187.5792.7943.53
Hex8BCD660C010bc5d2c
Octal102743261401402027413554
Binary1000101111001101011011000001100010000101111001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,188,214); }

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

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

 a { background-color: rgb(8,188,214); }

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

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

 span { border-color: rgb(8,188,214); }

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