Html Css Color HEX #16AABC Iris Blue

📋 copy color: '#16AABC'

red 22 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #16AABC

Tints of Iris Blue #16AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 5.79%
G = 44.74%
B = 49.47%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16AABC (or 0x16AABC) is known color: Iris Blue. HEX triplet: 16, AA and BC. RGB value is (22,170,188). Sum of RGB (Red+Green+Blue) = 22+170+188=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #16AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AABC is #E95543. Grayscale: #7F7F7F. Windows color (decimal): -15291716 or 12364310. OLE color: 12364310.

HSL color Cylindrical-coordinate representation of color #16AABC: hue angle of 186.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AABC is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 170 188 -
CMYK 0.88 0.10 0 0.26
HSL 186.51º 0.79% 0.41% -
HSV(B) 186.51º 0.88% 0.74% -
XYZ 23.78 32.55 52.61 -
YUV 127.8 161.97 52.54 -
System Red Green Blue C M Y K H S L
Decimal 22 170 188 0.88 0.10 0 0.26 186.51 0.79 0.41
Hex 16 AA BC 58 A 0 1A BB 4F 29
Octal 26 252 274 130 12 0 32 273 117 51
Binary 10110 10101010 10111100 1011000 1010 0 11010 10111011 1001111 101001

Color Harmonies of #16AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AABC

Black with #16AABC

Text Example


Text Example

White with #16AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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