#20BACF

Color #20BACF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #20BACF

Tints of Iris Blue #20BACF

Color information

#20BACF (or 0x20BACF) is unknown color: approx Iris Blue. HEX triplet: 20, BA and CF. RGB value is (32,186,207). Sum of RGB (Red+Green+Blue) = 32+186+207=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #20BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BACF is #DF4530. Grayscale: #8E8E8E. Windows color (decimal): -14632241 or 13613600. OLE color: 13613600.

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

Color convert

RGB32186207-
CMYK0.850.1000.19
HSL187.2º73.22%46.86%-
HSV(B)187.2º84.54%81.18%-
XYZ29.4239.9365.19-
YUV142.35164.4849.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.53%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=7.53%
G=43.76%
B=48.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321862070.850.1000.19187.273.2246.86
Hex20BACF55A013bb492f
Octal402723171251202327311157
Binary100000101110101100111110101011010010011101110111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,186,207); }

 H1.HeaderClassName
 {
   color: #20BACF;
 }
 .AnyTagClassName
 {
   color: #20BACF;
 }
</style>
background-color css

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

 a { background-color: rgb(32,186,207); }

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

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

 span { border-color: rgb(32,186,207); }

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