Html Css Color HEX #00BDBB Iris Blue

📋 copy color: '#00BDBB'

red 0 ◦ green 189 ◦ blue 187

#00BDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #00BDBB

Tints of Iris Blue #00BDBB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 189 (74.22% from 255) = 50.27%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 0%
G = 50.27%
B = 49.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#00BDBB (or 0x00BDBB) is known color: Iris Blue. HEX triplet: 00, BD and BB. RGB value is (0,189,187). Sum of RGB (Red+Green+Blue) = 0+189+187=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDBB is #FF4244. Grayscale: #848484. Windows color (decimal): -16728645 or 12303616. OLE color: 12303616.

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

Color convert

RGB 0 189 187 -
CMYK 1 0 0.01 0.26
HSL 179.37º 1% 0.37% -
HSV(B) 179.37º 1% 0.74% -
XYZ 27.17 39.98 53.3 -
YUV 132.26 158.88 33.66 -
System Red Green Blue C M Y K H S L
Decimal 0 189 187 1 0 0.01 0.26 179.37 1 0.37
Hex 0 BD BB 64 0 1 1A B3 64 25
Octal 0 275 273 144 0 1 32 263 144 45
Binary 0 10111101 10111011 1100100 0 1 11010 10110011 1100100 100101

Color Harmonies of #00BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDBB

Black with #00BDBB

Text Example


Text Example

White with #00BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00BDBB;
 }
 .AnyTagClassName
 {
   color: #00BDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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