Html Css Color HEX #20BFCD Iris Blue

📋 copy color: '#20BFCD'

red 32 ◦ green 191 ◦ blue 205

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

Shades of Iris Blue #20BFCD

Tints of Iris Blue #20BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

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

R = 7.48%
G = 44.63%
B = 47.9%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20BFCD (or 0x20BFCD) is known color: Iris Blue. HEX triplet: 20, BF and CD. RGB value is (32,191,205). Sum of RGB (Red+Green+Blue) = 32+191+205=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #20BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFCD is #DF4032. Grayscale: #909090. Windows color (decimal): -14630963 or 13483808. OLE color: 13483808.

HSL color Cylindrical-coordinate representation of color #20BFCD: hue angle of 184.86º 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 #20BFCD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 191 205 -
CMYK 0.84 0.07 0 0.20
HSL 184.86º 0.73% 0.46% -
HSV(B) 184.86º 0.84% 0.8% -
XYZ 30.25 41.98 64.27 -
YUV 145.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 32 191 205 0.84 0.07 0 0.20 184.86 0.73 0.46
Hex 20 BF CD 54 7 0 14 B9 49 2E
Octal 40 277 315 124 7 0 24 271 111 56
Binary 100000 10111111 11001101 1010100 111 0 10100 10111001 1001001 101110

Color Harmonies of #20BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFCD

Black with #20BFCD

Text Example


Text Example

White with #20BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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