Html Css Color HEX #16AAD5 Iris Blue

📋 copy color: '#16AAD5'

red 22 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #16AAD5

Tints of Iris Blue #16AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 5.43%
G = 41.98%
B = 52.59%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#16AAD5 (or 0x16AAD5) is known color: Iris Blue. HEX triplet: 16, AA and D5. RGB value is (22,170,213). Sum of RGB (Red+Green+Blue) = 22+170+213=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #16AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AAD5 is #E9552A. Grayscale: #828282. Windows color (decimal): -15291691 or 14002710. OLE color: 14002710.

HSL color Cylindrical-coordinate representation of color #16AAD5: hue angle of 193.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AAD5 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 170 213 -
CMYK 0.90 0.20 0 0.16
HSL 193.51º 0.81% 0.46% -
HSV(B) 193.51º 0.9% 0.84% -
XYZ 26.72 33.72 68.05 -
YUV 130.65 174.47 50.5 -
System Red Green Blue C M Y K H S L
Decimal 22 170 213 0.90 0.20 0 0.16 193.51 0.81 0.46
Hex 16 AA D5 5A 14 0 10 C2 51 2E
Octal 26 252 325 132 24 0 20 302 121 56
Binary 10110 10101010 11010101 1011010 10100 0 10000 11000010 1010001 101110

Color Harmonies of #16AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AAD5

Black with #16AAD5

Text Example


Text Example

White with #16AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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