Html Css Color HEX #20C2CC Iris Blue

📋 copy color: '#20C2CC'

red 32 ◦ green 194 ◦ blue 204

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

Shades of Iris Blue #20C2CC

Tints of Iris Blue #20C2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 7.44%
G = 45.12%
B = 47.44%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#20C2CC (or 0x20C2CC) is known color: Iris Blue. HEX triplet: 20, C2 and CC. RGB value is (32,194,204). Sum of RGB (Red+Green+Blue) = 32+194+204=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #20C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2CC is #DF3D33. Grayscale: #929292. Windows color (decimal): -14630196 or 13419040. OLE color: 13419040.

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

Color convert

RGB 32 194 204 -
CMYK 0.84 0.05 0 0.2
HSL 183.49º 0.73% 0.46% -
HSV(B) 183.49º 0.84% 0.8% -
XYZ 30.79 43.25 63.85 -
YUV 146.7 160.33 46.19 -
System Red Green Blue C M Y K H S L
Decimal 32 194 204 0.84 0.05 0 0.2 183.49 0.73 0.46
Hex 20 C2 CC 54 5 0 14 B7 49 2E
Octal 40 302 314 124 5 0 24 267 111 56
Binary 100000 11000010 11001100 1010100 101 0 10100 10110111 1001001 101110

Color Harmonies of #20C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2CC

Black with #20C2CC

Text Example


Text Example

White with #20C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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