Html Css Color HEX #20B1CE Iris Blue

📋 copy color: '#20B1CE'

red 32 ◦ green 177 ◦ blue 206

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

Shades of Iris Blue #20B1CE

Tints of Iris Blue #20B1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 7.71%
G = 42.65%
B = 49.64%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20B1CE (or 0x20B1CE) is known color: Iris Blue. HEX triplet: 20, B1 and CE. RGB value is (32,177,206). Sum of RGB (Red+Green+Blue) = 32+177+206=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #20B1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1CE is #DF4E31. Grayscale: #888888. Windows color (decimal): -14634546 or 13545760. OLE color: 13545760.

HSL color Cylindrical-coordinate representation of color #20B1CE: hue angle of 190º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B1CE is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 177 206 -
CMYK 0.84 0.14 0 0.19
HSL 190º 0.73% 0.47% -
HSV(B) 190º 0.84% 0.81% -
XYZ 27.46 36.21 63.93 -
YUV 136.95 166.96 53.14 -
System Red Green Blue C M Y K H S L
Decimal 32 177 206 0.84 0.14 0 0.19 190 0.73 0.47
Hex 20 B1 CE 54 E 0 13 BE 49 2F
Octal 40 261 316 124 16 0 23 276 111 57
Binary 100000 10110001 11001110 1010100 1110 0 10011 10111110 1001001 101111

Color Harmonies of #20B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1CE

Black with #20B1CE

Text Example


Text Example

White with #20B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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