Html Css Color HEX #16AADA Iris Blue

📋 copy color: '#16AADA'

red 22 ◦ green 170 ◦ blue 218

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

Shades of Iris Blue #16AADA

Tints of Iris Blue #16AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 5.37%
G = 41.46%
B = 53.17%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#16AADA (or 0x16AADA) is known color: Iris Blue. HEX triplet: 16, AA and DA. RGB value is (22,170,218). Sum of RGB (Red+Green+Blue) = 22+170+218=410 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.37% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #16AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AADA is #E95525. Grayscale: #828282. Windows color (decimal): -15291686 or 14330390. OLE color: 14330390.

HSL color Cylindrical-coordinate representation of color #16AADA: hue angle of 194.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AADA is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 170 218 -
CMYK 0.90 0.22 0 0.15
HSL 194.69º 0.82% 0.47% -
HSV(B) 194.69º 0.9% 0.85% -
XYZ 27.36 33.98 71.45 -
YUV 131.22 176.97 50.1 -
System Red Green Blue C M Y K H S L
Decimal 22 170 218 0.90 0.22 0 0.15 194.69 0.82 0.47
Hex 16 AA DA 5A 16 0 F C3 52 2F
Octal 26 252 332 132 26 0 17 303 122 57
Binary 10110 10101010 11011010 1011010 10110 0 1111 11000011 1010010 101111

Color Harmonies of #16AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AADA

Black with #16AADA

Text Example


Text Example

White with #16AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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