#20BDC6

Color #20BDC6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #20BDC6

Tints of Iris Blue #20BDC6

Color information

#20BDC6 (or 0x20BDC6) is unknown color: approx Iris Blue. HEX triplet: 20, BD and C6. RGB value is (32,189,198). Sum of RGB (Red+Green+Blue) = 32+189+198=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #20BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDC6 is #DF4239. Grayscale: #8E8E8E. Windows color (decimal): -14631482 or 13024544. OLE color: 13024544.

HSL color Cylindrical-coordinate representation of color #20BDC6: hue angle of 183.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BDC6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB32189198-
CMYK0.840.0500.22
HSL183.25º72.17%45.1%-
HSV(B)183.25º83.84%77.65%-
XYZ28.9940.7859.77-
YUV143.08158.9948.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.64%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=7.64%
G=45.11%
B=47.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321891980.840.0500.22183.2572.1745.1
Hex20BDC6545016b7482d
Octal40275306124502626711055
Binary10000010111101110001101010100101010110101101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20BDC6;
 }
 .AnyTagClassName
 {
   color: #20BDC6;
 }
</style>
background-color css

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

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

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

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

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

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