Html Css Color HEX #20BDCD Iris Blue

📋 copy color: '#20BDCD'

red 32 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #20BDCD

Tints of Iris Blue #20BDCD

RGB

 RED value IS 32 (12.89% from 255) = 7.51%

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 7.51%
G = 44.37%
B = 48.12%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20BDCD (or 0x20BDCD) is known color: Iris Blue. HEX triplet: 20, BD and CD. RGB value is (32,189,205). Sum of RGB (Red+Green+Blue) = 32+189+205=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #20BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDCD is #DF4232. Grayscale: #8F8F8F. Windows color (decimal): -14631475 or 13483296. OLE color: 13483296.

HSL color Cylindrical-coordinate representation of color #20BDCD: hue angle of 185.55º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BDCD is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 189 205 -
CMYK 0.84 0.08 0 0.20
HSL 185.55º 0.73% 0.46% -
HSV(B) 185.55º 0.84% 0.8% -
XYZ 29.81 41.11 64.12 -
YUV 143.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 32 189 205 0.84 0.08 0 0.20 185.55 0.73 0.46
Hex 20 BD CD 54 8 0 14 BA 49 2E
Octal 40 275 315 124 10 0 24 272 111 56
Binary 100000 10111101 11001101 1010100 1000 0 10100 10111010 1001001 101110

Color Harmonies of #20BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDCD

Black with #20BDCD

Text Example


Text Example

White with #20BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BDCD; }

 p { color: rgb(32,189,205); }

 H1.HeaderClassName
 {
   color: #20BDCD;
 }
 .AnyTagClassName
 {
   color: #20BDCD;
 }
</style>

background-color css

<style>
 a { background-color: #20BDCD; }

 a { background-color: rgb(32,189,205); }

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

border-color css

<style>
 span { border-color: #20BDCD; }

 span { border-color: rgb(32,189,205); }

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