Html Css Color HEX #00BDDD Iris Blue

📋 copy color: '#00BDDD'

red 0 ◦ green 189 ◦ blue 221

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

Shades of Iris Blue #00BDDD

Tints of Iris Blue #00BDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 0%
G = 46.1%
B = 53.9%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00BDDD (or 0x00BDDD) is known color: Iris Blue. HEX triplet: 00, BD and DD. RGB value is (0,189,221). Sum of RGB (Red+Green+Blue) = 0+189+221=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #00BDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDDD is #FF4222. Grayscale: #878787. Windows color (decimal): -16728611 or 14531840. OLE color: 14531840.

HSL color Cylindrical-coordinate representation of color #00BDDD: hue angle of 188.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDDD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 189 221 -
CMYK 1 0.14 0 0.13
HSL 188.69º 1% 0.43% -
HSV(B) 188.69º 1% 0.87% -
XYZ 31.25 41.62 74.79 -
YUV 136.14 175.88 30.9 -
System Red Green Blue C M Y K H S L
Decimal 0 189 221 1 0.14 0 0.13 188.69 1 0.43
Hex 0 BD DD 64 E 0 D BD 64 2B
Octal 0 275 335 144 16 0 15 275 144 53
Binary 0 10111101 11011101 1100100 1110 0 1101 10111101 1100100 101011

Color Harmonies of #00BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BDDD

Black with #00BDDD

Text Example


Text Example

White with #00BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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