Html Css Color HEX #16AEBD Iris Blue

📋 copy color: '#16AEBD'

red 22 ◦ green 174 ◦ blue 189

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

Shades of Iris Blue #16AEBD

Tints of Iris Blue #16AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 5.71%
G = 45.19%
B = 49.09%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16AEBD (or 0x16AEBD) is known color: Iris Blue. HEX triplet: 16, AE and BD. RGB value is (22,174,189). Sum of RGB (Red+Green+Blue) = 22+174+189=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #16AEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEBD is #E95142. Grayscale: #828282. Windows color (decimal): -15290691 or 12430870. OLE color: 12430870.

HSL color Cylindrical-coordinate representation of color #16AEBD: hue angle of 185.39º 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 #16AEBD is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 174 189 -
CMYK 0.88 0.08 0 0.26
HSL 185.39º 0.79% 0.41% -
HSV(B) 185.39º 0.88% 0.74% -
XYZ 24.65 34.12 53.43 -
YUV 130.26 161.14 50.78 -
System Red Green Blue C M Y K H S L
Decimal 22 174 189 0.88 0.08 0 0.26 185.39 0.79 0.41
Hex 16 AE BD 58 8 0 1A B9 4F 29
Octal 26 256 275 130 10 0 32 271 117 51
Binary 10110 10101110 10111101 1011000 1000 0 11010 10111001 1001111 101001

Color Harmonies of #16AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AEBD

Black with #16AEBD

Text Example


Text Example

White with #16AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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