Html Css Color HEX #20ADCC Iris Blue

📋 copy color: '#20ADCC'

red 32 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #20ADCC

Tints of Iris Blue #20ADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 7.82%
G = 42.3%
B = 49.88%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#20ADCC (or 0x20ADCC) is known color: Iris Blue. HEX triplet: 20, AD and CC. RGB value is (32,173,204). Sum of RGB (Red+Green+Blue) = 32+173+204=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #20ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADCC is #DF5233. Grayscale: #868686. Windows color (decimal): -14635572 or 13413664. OLE color: 13413664.

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

Color convert

RGB 32 173 204 -
CMYK 0.84 0.15 0 0.2
HSL 190.81º 0.73% 0.46% -
HSV(B) 190.81º 0.84% 0.8% -
XYZ 26.44 34.55 62.4 -
YUV 134.38 167.29 54.98 -
System Red Green Blue C M Y K H S L
Decimal 32 173 204 0.84 0.15 0 0.2 190.81 0.73 0.46
Hex 20 AD CC 54 F 0 14 BF 49 2E
Octal 40 255 314 124 17 0 24 277 111 56
Binary 100000 10101101 11001100 1010100 1111 0 10100 10111111 1001001 101110

Color Harmonies of #20ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADCC

Black with #20ADCC

Text Example


Text Example

White with #20ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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