Html Css Color HEX #20B0CC Iris Blue

📋 copy color: '#20B0CC'

red 32 ◦ green 176 ◦ blue 204

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

Shades of Iris Blue #20B0CC

Tints of Iris Blue #20B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 7.77%
G = 42.72%
B = 49.51%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#20B0CC (or 0x20B0CC) is known color: Iris Blue. HEX triplet: 20, B0 and CC. RGB value is (32,176,204). Sum of RGB (Red+Green+Blue) = 32+176+204=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #20B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0CC is #DF4F33. Grayscale: #878787. Windows color (decimal): -14634804 or 13414432. OLE color: 13414432.

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

Color convert

RGB 32 176 204 -
CMYK 0.84 0.14 0 0.2
HSL 189.77º 0.73% 0.46% -
HSV(B) 189.77º 0.84% 0.8% -
XYZ 27.02 35.72 62.6 -
YUV 136.14 166.29 53.72 -
System Red Green Blue C M Y K H S L
Decimal 32 176 204 0.84 0.14 0 0.2 189.77 0.73 0.46
Hex 20 B0 CC 54 E 0 14 BE 49 2E
Octal 40 260 314 124 16 0 24 276 111 56
Binary 100000 10110000 11001100 1010100 1110 0 10100 10111110 1001001 101110

Color Harmonies of #20B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B0CC

Black with #20B0CC

Text Example


Text Example

White with #20B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,176,204); }

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

background-color css

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

 a { background-color: rgb(32,176,204); }

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

border-color css

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

 span { border-color: rgb(32,176,204); }

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