Html Css Color HEX #16AEC1 Iris Blue

📋 copy color: '#16AEC1'

red 22 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #16AEC1

Tints of Iris Blue #16AEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.73%

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 5.66%
G = 44.73%
B = 49.61%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#16AEC1 (or 0x16AEC1) is known color: Iris Blue. HEX triplet: 16, AE and C1. RGB value is (22,174,193). Sum of RGB (Red+Green+Blue) = 22+174+193=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #16AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEC1 is #E9513E. Grayscale: #828282. Windows color (decimal): -15290687 or 12693014. OLE color: 12693014.

HSL color Cylindrical-coordinate representation of color #16AEC1: hue angle of 186.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AEC1 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 174 193 -
CMYK 0.89 0.10 0 0.24
HSL 186.67º 0.8% 0.42% -
HSV(B) 186.67º 0.89% 0.76% -
XYZ 25.09 34.29 55.75 -
YUV 130.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 22 174 193 0.89 0.10 0 0.24 186.67 0.8 0.42
Hex 16 AE C1 59 A 0 18 BB 50 2A
Octal 26 256 301 131 12 0 30 273 120 52
Binary 10110 10101110 11000001 1011001 1010 0 11000 10111011 1010000 101010

Color Harmonies of #16AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AEC1

Black with #16AEC1

Text Example


Text Example

White with #16AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,174,193); }

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

background-color css

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

 a { background-color: rgb(22,174,193); }

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

border-color css

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

 span { border-color: rgb(22,174,193); }

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