Html Css Color HEX #20BBCD Iris Blue

📋 copy color: '#20BBCD'

red 32 ◦ green 187 ◦ blue 205

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

Shades of Iris Blue #20BBCD

Tints of Iris Blue #20BBCD

RGB

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

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

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

R = 7.55%
G = 44.1%
B = 48.35%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20BBCD (or 0x20BBCD) is known color: Iris Blue. HEX triplet: 20, BB and CD. RGB value is (32,187,205). Sum of RGB (Red+Green+Blue) = 32+187+205=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #20BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBCD is #DF4432. Grayscale: #8E8E8E. Windows color (decimal): -14631987 or 13482784. OLE color: 13482784.

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

Color convert

RGB 32 187 205 -
CMYK 0.84 0.09 0 0.20
HSL 186.24º 0.73% 0.46% -
HSV(B) 186.24º 0.84% 0.8% -
XYZ 29.39 40.26 63.98 -
YUV 142.71 163.15 49.04 -
System Red Green Blue C M Y K H S L
Decimal 32 187 205 0.84 0.09 0 0.20 186.24 0.73 0.46
Hex 20 BB CD 54 9 0 14 BA 49 2E
Octal 40 273 315 124 11 0 24 272 111 56
Binary 100000 10111011 11001101 1010100 1001 0 10100 10111010 1001001 101110

Color Harmonies of #20BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBCD

Black with #20BBCD

Text Example


Text Example

White with #20BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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