#1AACCA

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

Shades of Iris Blue #1AACCA

Tints of Iris Blue #1AACCA

Color information

#1AACCA (or 0x1AACCA) is unknown color: approx Iris Blue. HEX triplet: 1A, AC and CA. RGB value is (26,172,202). Sum of RGB (Red+Green+Blue) = 26+172+202=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #1AACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACCA is #E55335. Grayscale: #838383. Windows color (decimal): -15029046 or 13282330. OLE color: 13282330.

HSL color Cylindrical-coordinate representation of color #1AACCA: hue angle of 190.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AACCA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB26172202-
CMYK0.870.1500.21
HSL190.23º77.19%44.71%-
HSV(B)190.23º87.13%79.22%-
XYZ25.8433.9961.08-
YUV131.77167.6352.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.5%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=6.5%
G=43%
B=50.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261722020.870.1500.21190.2377.1944.71
Hex1AACCA57F015be4d2d
Octal322543121271702527611555
Binary11010101011001100101010101111111010101101111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,172,202); }

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

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

 a { background-color: rgb(26,172,202); }

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

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

 span { border-color: rgb(26,172,202); }

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