Html Css Color HEX #20B1CA Iris Blue

📋 copy color: '#20B1CA'

red 32 ◦ green 177 ◦ blue 202

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

Shades of Iris Blue #20B1CA

Tints of Iris Blue #20B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 7.79%
G = 43.07%
B = 49.15%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#20B1CA (or 0x20B1CA) is known color: Iris Blue. HEX triplet: 20, B1 and CA. RGB value is (32,177,202). Sum of RGB (Red+Green+Blue) = 32+177+202=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #20B1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1CA is #DF4E35. Grayscale: #888888. Windows color (decimal): -14634550 or 13283616. OLE color: 13283616.

HSL color Cylindrical-coordinate representation of color #20B1CA: hue angle of 188.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B1CA is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 177 202 -
CMYK 0.84 0.12 0 0.21
HSL 188.82º 0.73% 0.46% -
HSV(B) 188.82º 0.84% 0.79% -
XYZ 26.98 36.02 61.41 -
YUV 136.5 164.96 53.47 -
System Red Green Blue C M Y K H S L
Decimal 32 177 202 0.84 0.12 0 0.21 188.82 0.73 0.46
Hex 20 B1 CA 54 C 0 15 BD 49 2E
Octal 40 261 312 124 14 0 25 275 111 56
Binary 100000 10110001 11001010 1010100 1100 0 10101 10111101 1001001 101110

Color Harmonies of #20B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1CA

Black with #20B1CA

Text Example


Text Example

White with #20B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,177,202); }

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

background-color css

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

 a { background-color: rgb(32,177,202); }

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

border-color css

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

 span { border-color: rgb(32,177,202); }

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