Html Css Color HEX #20AFCC Iris Blue

📋 copy color: '#20AFCC'

red 32 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #20AFCC

Tints of Iris Blue #20AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 7.79%
G = 42.58%
B = 49.64%

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

#20AFCC (or 0x20AFCC) is known color: Iris Blue. HEX triplet: 20, AF and CC. RGB value is (32,175,204). Sum of RGB (Red+Green+Blue) = 32+175+204=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #20AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFCC is #DF5033. Grayscale: #878787. Windows color (decimal): -14635060 or 13414176. OLE color: 13414176.

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

Color convert

RGB 32 175 204 -
CMYK 0.84 0.14 0 0.2
HSL 190.12º 0.73% 0.46% -
HSV(B) 190.12º 0.84% 0.8% -
XYZ 26.82 35.33 62.53 -
YUV 135.55 166.62 54.14 -
System Red Green Blue C M Y K H S L
Decimal 32 175 204 0.84 0.14 0 0.2 190.12 0.73 0.46
Hex 20 AF CC 54 E 0 14 BE 49 2E
Octal 40 257 314 124 16 0 24 276 111 56
Binary 100000 10101111 11001100 1010100 1110 0 10100 10111110 1001001 101110

Color Harmonies of #20AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFCC

Black with #20AFCC

Text Example


Text Example

White with #20AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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