Html Css Color HEX #20BACB Iris Blue

📋 copy color: '#20BACB'

red 32 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #20BACB

Tints of Iris Blue #20BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

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

R = 7.6%
G = 44.18%
B = 48.22%

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

#20BACB (or 0x20BACB) is known color: Iris Blue. HEX triplet: 20, BA and CB. RGB value is (32,186,203). Sum of RGB (Red+Green+Blue) = 32+186+203=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #20BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BACB is #DF4534. Grayscale: #8D8D8D. Windows color (decimal): -14632245 or 13351456. OLE color: 13351456.

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

Color convert

RGB 32 186 203 -
CMYK 0.84 0.08 0 0.20
HSL 185.96º 0.73% 0.46% -
HSV(B) 185.96º 0.84% 0.8% -
XYZ 28.93 39.74 62.64 -
YUV 141.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 32 186 203 0.84 0.08 0 0.20 185.96 0.73 0.46
Hex 20 BA CB 54 8 0 14 BA 49 2E
Octal 40 272 313 124 10 0 24 272 111 56
Binary 100000 10111010 11001011 1010100 1000 0 10100 10111010 1001001 101110

Color Harmonies of #20BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BACB

Black with #20BACB

Text Example


Text Example

White with #20BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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