Html Css Color HEX #00BDBD Iris Blue

📋 copy color: '#00BDBD'

red 0 ◦ green 189 ◦ blue 189

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

Shades of Iris Blue #00BDBD

Tints of Iris Blue #00BDBD

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 value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00BDBD (or 0x00BDBD) is known color: 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

RGB 0 189 189 -
CMYK 1 0 0 0.26
HSL 180º 1% 0.37% -
HSV(B) 180º 1% 0.74% -
XYZ 27.38 40.07 54.44 -
YUV 132.49 159.88 33.5 -
System Red Green Blue C M Y K H S L
Decimal 0 189 189 1 0 0 0.26 180 1 0.37
Hex 0 BD BD 64 0 0 1A B4 64 25
Octal 0 275 275 144 0 0 32 264 144 45
Binary 0 10111101 10111101 1100100 0 0 11010 10110100 1100100 100101

Color Harmonies of #00BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDBD

Black with #00BDBD

Text Example


Text Example

White with #00BDBD

Text Example


Text Example

HTML Codes & Css Web 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>