Html Css Color HEX #20BBCB Iris Blue

📋 copy color: '#20BBCB'

red 32 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #20BBCB

Tints of Iris Blue #20BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 7.58%
G = 44.31%
B = 48.1%

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

#20BBCB (or 0x20BBCB) is known color: Iris Blue. HEX triplet: 20, BB and CB. RGB value is (32,187,203). Sum of RGB (Red+Green+Blue) = 32+187+203=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #20BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBCB is #DF4434. Grayscale: #8E8E8E. Windows color (decimal): -14631989 or 13351712. OLE color: 13351712.

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

Color convert

RGB 32 187 203 -
CMYK 0.84 0.08 0 0.20
HSL 185.61º 0.73% 0.46% -
HSV(B) 185.61º 0.84% 0.8% -
XYZ 29.15 40.16 62.72 -
YUV 142.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 32 187 203 0.84 0.08 0 0.20 185.61 0.73 0.46
Hex 20 BB CB 54 8 0 14 BA 49 2E
Octal 40 273 313 124 10 0 24 272 111 56
Binary 100000 10111011 11001011 1010100 1000 0 10100 10111010 1001001 101110

Color Harmonies of #20BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBCB

Black with #20BBCB

Text Example


Text Example

White with #20BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,187,203); }

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

background-color css

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

 a { background-color: rgb(32,187,203); }

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

border-color css

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

 span { border-color: rgb(32,187,203); }

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