Html Css Color HEX #16AACC Iris Blue

📋 copy color: '#16AACC'

red 22 ◦ green 170 ◦ blue 204

#16AACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #16AACC

Tints of Iris Blue #16AACC

RGB

 RED value IS 22 (8.98% from 255) = 5.56%

 GREEN value IS 170 (66.8% from 255) = 42.93%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 5.56%
G = 42.93%
B = 51.52%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#16AACC (or 0x16AACC) is known color: Iris Blue. HEX triplet: 16, AA and CC. RGB value is (22,170,204). Sum of RGB (Red+Green+Blue) = 22+170+204=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #16AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AACC is #E95533. Grayscale: #818181. Windows color (decimal): -15291700 or 13412886. OLE color: 13412886.

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

Color convert

RGB 22 170 204 -
CMYK 0.89 0.17 0 0.2
HSL 191.21º 0.81% 0.44% -
HSV(B) 191.21º 0.89% 0.8% -
XYZ 25.6 33.28 62.2 -
YUV 129.62 169.97 51.24 -
System Red Green Blue C M Y K H S L
Decimal 22 170 204 0.89 0.17 0 0.2 191.21 0.81 0.44
Hex 16 AA CC 59 11 0 14 BF 51 2C
Octal 26 252 314 131 21 0 24 277 121 54
Binary 10110 10101010 11001100 1011001 10001 0 10100 10111111 1010001 101100

Color Harmonies of #16AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AACC

Black with #16AACC

Text Example


Text Example

White with #16AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16AACC;
 }
 .AnyTagClassName
 {
   color: #16AACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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