#00BDBD

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

Shades of Iris Blue #00BDBD

Tints of Iris Blue #00BDBD

Color information

#00BDBD (or 0x00BDBD) is unknown color: approx Iris Blue. HEX triplet: 00, BD and BD. RGB value is (0,189,189). Sum of RGB (Red+Green+Blue) = 0+189+189=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #00BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDBD is #FF4242. Grayscale: #848484. Windows color (decimal): -16728643 or 12434688. OLE color: 12434688.

HSL color Cylindrical-coordinate representation of color #00BDBD: hue angle of 180º 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 #00BDBD is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0189189-
CMYK1000.26
HSL180º100%37.06%-
HSV(B)180º100%74.12%-
XYZ27.3840.0754.44-
YUV132.49159.8833.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 189 (74.22% from 255) = 50%
BLUE value IS 189 (74.22% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal01891891000.2618010037.06
Hex0BDBD64001Ab46425
Octal0275275144003226414445
Binary0101111011011110111001000011010101101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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