#00BDCD

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

Shades of Iris Blue #00BDCD

Tints of Iris Blue #00BDCD

Color information

#00BDCD (or 0x00BDCD) is unknown color: approx Iris Blue. HEX triplet: 00, BD and CD. RGB value is (0,189,205). Sum of RGB (Red+Green+Blue) = 0+189+205=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #00BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDCD is #FF4232. Grayscale: #868686. Windows color (decimal): -16728627 or 13483264. OLE color: 13483264.

HSL color Cylindrical-coordinate representation of color #00BDCD: hue angle of 184.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDCD is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0189205-
CMYK10.0800.20
HSL184.68º100%40.2%-
HSV(B)184.68º100%80.39%-
XYZ29.2240.864.09-
YUV134.31167.8832.2-

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) = 47.97%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=0%
G=47.97%
B=52.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal018920510.0800.20184.6810040.2
Hex0BDCD648014b96428
Octal02753151441002427114450
Binary0101111011100110111001001000010100101110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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