Html Css Color HEX #20B8C6 Iris Blue

📋 copy color: '#20B8C6'

red 32 ◦ green 184 ◦ blue 198

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

Shades of Iris Blue #20B8C6

Tints of Iris Blue #20B8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.44%

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

R = 7.73%
G = 44.44%
B = 47.83%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#20B8C6 (or 0x20B8C6) is known color: Iris Blue. HEX triplet: 20, B8 and C6. RGB value is (32,184,198). Sum of RGB (Red+Green+Blue) = 32+184+198=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #20B8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B8C6 is #DF4739. Grayscale: #8B8B8B. Windows color (decimal): -14632762 or 13023264. OLE color: 13023264.

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

Color convert

RGB 32 184 198 -
CMYK 0.84 0.07 0 0.22
HSL 185.06º 0.72% 0.45% -
HSV(B) 185.06º 0.84% 0.78% -
XYZ 27.93 38.67 59.42 -
YUV 140.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 32 184 198 0.84 0.07 0 0.22 185.06 0.72 0.45
Hex 20 B8 C6 54 7 0 16 B9 48 2D
Octal 40 270 306 124 7 0 26 271 110 55
Binary 100000 10111000 11000110 1010100 111 0 10110 10111001 1001000 101101

Color Harmonies of #20B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B8C6

Black with #20B8C6

Text Example


Text Example

White with #20B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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