#1FAACC

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

Shades of Iris Blue #1FAACC

Tints of Iris Blue #1FAACC

Color information

#1FAACC (or 0x1FAACC) is unknown color: approx Iris Blue. HEX triplet: 1F, AA and CC. RGB value is (31,170,204). Sum of RGB (Red+Green+Blue) = 31+170+204=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAACC is #E05533. Grayscale: #848484. Windows color (decimal): -14701876 or 13412895. OLE color: 13412895.

HSL color Cylindrical-coordinate representation of color #1FAACC: hue angle of 191.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAACC is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31170204-
CMYK0.850.1700.2
HSL191.79º73.62%46.08%-
HSV(B)191.79º84.8%80%-
XYZ25.8433.462.21-
YUV132.32168.4555.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.65%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=7.65%
G=41.98%
B=50.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311702040.850.1700.2191.7973.6246.08
Hex1FAACC5511014c04a2e
Octal372523141252102430011256
Binary111111010101011001100101010110001010100110000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FAACC; }

 p { color: rgb(31,170,204); }

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

<style>
 a { background-color: #1FAACC; }

 a { background-color: rgb(31,170,204); }

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

<style>
 span { border-color: #1FAACC; }

 span { border-color: rgb(31,170,204); }

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