Html Css Color HEX #00BDBA Iris Blue

📋 copy color: '#00BDBA'

red 0 ◦ green 189 ◦ blue 186

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

Shades of Iris Blue #00BDBA

Tints of Iris Blue #00BDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 0%
G = 50.4%
B = 49.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#00BDBA (or 0x00BDBA) is known color: Iris Blue. HEX triplet: 00, BD and BA. RGB value is (0,189,186). Sum of RGB (Red+Green+Blue) = 0+189+186=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDBA is #FF4245. Grayscale: #838383. Windows color (decimal): -16728646 or 12238080. OLE color: 12238080.

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

Color convert

RGB 0 189 186 -
CMYK 1 0 0.02 0.26
HSL 179.05º 1% 0.37% -
HSV(B) 179.05º 1% 0.74% -
XYZ 27.06 39.94 52.74 -
YUV 132.15 158.38 33.74 -
System Red Green Blue C M Y K H S L
Decimal 0 189 186 1 0 0.02 0.26 179.05 1 0.37
Hex 0 BD BA 64 0 2 1A B3 64 25
Octal 0 275 272 144 0 2 32 263 144 45
Binary 0 10111101 10111010 1100100 0 10 11010 10110011 1100100 100101

Color Harmonies of #00BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDBA

Black with #00BDBA

Text Example


Text Example

White with #00BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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