Html Css Color HEX #00BDBE Iris Blue

📋 copy color: '#00BDBE'

red 0 ◦ green 189 ◦ blue 190

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

Shades of Iris Blue #00BDBE

Tints of Iris Blue #00BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 0%
G = 49.87%
B = 50.13%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#00BDBE (or 0x00BDBE) is known color: Iris Blue. HEX triplet: 00, BD and BE. RGB value is (0,189,190). Sum of RGB (Red+Green+Blue) = 0+189+190=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #00BDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDBE is #FF4241. Grayscale: #848484. Windows color (decimal): -16728642 or 12500224. OLE color: 12500224.

HSL color Cylindrical-coordinate representation of color #00BDBE: hue angle of 180.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDBE is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 189 190 -
CMYK 1 0.01 0 0.25
HSL 180.32º 1% 0.37% -
HSV(B) 180.32º 1% 0.75% -
XYZ 27.49 40.11 55.01 -
YUV 132.6 160.38 33.42 -
System Red Green Blue C M Y K H S L
Decimal 0 189 190 1 0.01 0 0.25 180.32 1 0.37
Hex 0 BD BE 64 1 0 19 B4 64 25
Octal 0 275 276 144 1 0 31 264 144 45
Binary 0 10111101 10111110 1100100 1 0 11001 10110100 1100100 100101

Color Harmonies of #00BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDBE

Black with #00BDBE

Text Example


Text Example

White with #00BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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