Html Css Color HEX #20BCC6 Iris Blue

📋 copy color: '#20BCC6'

red 32 ◦ green 188 ◦ blue 198

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

Shades of Iris Blue #20BCC6

Tints of Iris Blue #20BCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 7.66%
G = 44.98%
B = 47.37%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#20BCC6 (or 0x20BCC6) is known color: Iris Blue. HEX triplet: 20, BC and C6. RGB value is (32,188,198). Sum of RGB (Red+Green+Blue) = 32+188+198=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #20BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC6 is #DF4339. Grayscale: #8E8E8E. Windows color (decimal): -14631738 or 13024288. OLE color: 13024288.

HSL color Cylindrical-coordinate representation of color #20BCC6: hue angle of 183.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BCC6 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 188 198 -
CMYK 0.84 0.05 0 0.22
HSL 183.61º 0.72% 0.45% -
HSV(B) 183.61º 0.84% 0.78% -
XYZ 28.77 40.35 59.7 -
YUV 142.5 159.32 49.19 -
System Red Green Blue C M Y K H S L
Decimal 32 188 198 0.84 0.05 0 0.22 183.61 0.72 0.45
Hex 20 BC C6 54 5 0 16 B8 48 2D
Octal 40 274 306 124 5 0 26 270 110 55
Binary 100000 10111100 11000110 1010100 101 0 10110 10111000 1001000 101101

Color Harmonies of #20BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCC6

Black with #20BCC6

Text Example


Text Example

White with #20BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,198); }

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

background-color css

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

 a { background-color: rgb(32,188,198); }

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

border-color css

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

 span { border-color: rgb(32,188,198); }

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