#1FACCC

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

Shades of Iris Blue #1FACCC

Tints of Iris Blue #1FACCC

Color information

#1FACCC (or 0x1FACCC) is unknown color: approx Iris Blue. HEX triplet: 1F, AC and CC. RGB value is (31,172,204). Sum of RGB (Red+Green+Blue) = 31+172+204=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCC is #E05333. Grayscale: #858585. Windows color (decimal): -14701364 or 13413407. OLE color: 13413407.

HSL color Cylindrical-coordinate representation of color #1FACCC: hue angle of 191.1º 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 #1FACCC is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31172204-
CMYK0.850.1600.2
HSL191.1º73.62%46.08%-
HSV(B)191.1º84.8%80%-
XYZ26.2234.1662.34-
YUV133.49167.7954.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.62%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=7.62%
G=42.26%
B=50.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311722040.850.1600.2191.173.6246.08
Hex1FACCC5510014bf4a2e
Octal372543141252002427711256
Binary111111010110011001100101010110000010100101111111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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