Html Css Color HEX #20BDD0 Iris Blue

📋 copy color: '#20BDD0'

red 32 ◦ green 189 ◦ blue 208

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

Shades of Iris Blue #20BDD0

Tints of Iris Blue #20BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 7.46%
G = 44.06%
B = 48.48%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#20BDD0 (or 0x20BDD0) is known color: Iris Blue. HEX triplet: 20, BD and D0. RGB value is (32,189,208). Sum of RGB (Red+Green+Blue) = 32+189+208=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #20BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDD0 is #DF422F. Grayscale: #8F8F8F. Windows color (decimal): -14631472 or 13679904. OLE color: 13679904.

HSL color Cylindrical-coordinate representation of color #20BDD0: hue angle of 186.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BDD0 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 189 208 -
CMYK 0.85 0.09 0 0.18
HSL 186.48º 0.73% 0.47% -
HSV(B) 186.48º 0.85% 0.82% -
XYZ 30.18 41.26 66.05 -
YUV 144.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 32 189 208 0.85 0.09 0 0.18 186.48 0.73 0.47
Hex 20 BD D0 55 9 0 12 BA 49 2F
Octal 40 275 320 125 11 0 22 272 111 57
Binary 100000 10111101 11010000 1010101 1001 0 10010 10111010 1001001 101111

Color Harmonies of #20BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDD0

Black with #20BDD0

Text Example


Text Example

White with #20BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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