#00BDBC

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

Shades of Iris Blue #00BDBC

Tints of Iris Blue #00BDBC

Color information

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

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

Color convert

RGB0189188-
CMYK100.010.26
HSL179.68º100%37.06%-
HSV(B)179.68º100%74.12%-
XYZ27.2740.0353.87-
YUV132.38159.3833.58-

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.13%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=0%
G=50.13%
B=49.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal0189188100.010.26179.6810037.06
Hex0BDBC64011Ab46425
Octal0275274144013226414445
Binary0101111011011110011001000111010101101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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