Html Css Color HEX #20BDCE Iris Blue

📋 copy color: '#20BDCE'

red 32 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #20BDCE

Tints of Iris Blue #20BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 7.49%
G = 44.26%
B = 48.24%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20BDCE (or 0x20BDCE) is known color: Iris Blue. HEX triplet: 20, BD and CE. RGB value is (32,189,206). Sum of RGB (Red+Green+Blue) = 32+189+206=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #20BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDCE is #DF4231. Grayscale: #8F8F8F. Windows color (decimal): -14631474 or 13548832. OLE color: 13548832.

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

Color convert

RGB 32 189 206 -
CMYK 0.84 0.08 0 0.19
HSL 185.86º 0.73% 0.47% -
HSV(B) 185.86º 0.84% 0.81% -
XYZ 29.93 41.16 64.76 -
YUV 144 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 32 189 206 0.84 0.08 0 0.19 185.86 0.73 0.47
Hex 20 BD CE 54 8 0 13 BA 49 2F
Octal 40 275 316 124 10 0 23 272 111 57
Binary 100000 10111101 11001110 1010100 1000 0 10011 10111010 1001001 101111

Color Harmonies of #20BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDCE

Black with #20BDCE

Text Example


Text Example

White with #20BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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