#00BCBD

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

Shades of Iris Blue #00BCBD

Tints of Iris Blue #00BCBD

Color information

#00BCBD (or 0x00BCBD) is unknown color: approx Iris Blue. HEX triplet: 00, BC and BD. RGB value is (0,188,189). Sum of RGB (Red+Green+Blue) = 0+188+189=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #00BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BCBD is #FF4342. Grayscale: #838383. Windows color (decimal): -16728899 or 12434432. OLE color: 12434432.

HSL color Cylindrical-coordinate representation of color #00BCBD: hue angle of 180.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCBD is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0188189-
CMYK10.0100.26
HSL180.32º100%37.06%-
HSV(B)180.32º100%74.12%-
XYZ27.1739.6454.36-
YUV131.9160.2233.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=0%
G=49.87%
B=50.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal018818910.0100.26180.3210037.06
Hex0BCBD64101Ab46425
Octal0274275144103226414445
Binary0101111001011110111001001011010101101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BCBD; }

 p { color: rgb(0,188,189); }

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

<style>
 a { background-color: #00BCBD; }

 a { background-color: rgb(0,188,189); }

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

<style>
 span { border-color: #00BCBD; }

 span { border-color: rgb(0,188,189); }

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