#16ACCA

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

Shades of Iris Blue #16ACCA

Tints of Iris Blue #16ACCA

Color information

#16ACCA (or 0x16ACCA) is unknown color: approx Iris Blue. HEX triplet: 16, AC and CA. RGB value is (22,172,202). Sum of RGB (Red+Green+Blue) = 22+172+202=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #16ACCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACCA is #E95335. Grayscale: #828282. Windows color (decimal): -15291190 or 13282326. OLE color: 13282326.

HSL color Cylindrical-coordinate representation of color #16ACCA: hue angle of 190º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ACCA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22172202-
CMYK0.890.1500.21
HSL190º80.36%43.92%-
HSV(B)190º89.11%79.22%-
XYZ25.7433.9461.07-
YUV130.57168.350.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.56%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=5.56%
G=43.43%
B=51.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221722020.890.1500.2119080.3643.92
Hex16ACCA59F015be502c
Octal262543121311702527612054
Binary10110101011001100101010110011111010101101111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16ACCA; }

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

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

<style>
 a { background-color: #16ACCA; }

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

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

<style>
 span { border-color: #16ACCA; }

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

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