Html Css Color HEX #16ABBD Iris Blue

📋 copy color: '#16ABBD'

red 22 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #16ABBD

Tints of Iris Blue #16ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.76%

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

R = 5.76%
G = 44.76%
B = 49.48%

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

#16ABBD (or 0x16ABBD) is known color: Iris Blue. HEX triplet: 16, AB and BD. RGB value is (22,171,189). Sum of RGB (Red+Green+Blue) = 22+171+189=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #16ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABBD is #E95442. Grayscale: #808080. Windows color (decimal): -15291459 or 12430102. OLE color: 12430102.

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

Color convert

RGB 22 171 189 -
CMYK 0.88 0.10 0 0.26
HSL 186.47º 0.79% 0.41% -
HSV(B) 186.47º 0.88% 0.74% -
XYZ 24.08 32.97 53.24 -
YUV 128.5 162.14 52.04 -
System Red Green Blue C M Y K H S L
Decimal 22 171 189 0.88 0.10 0 0.26 186.47 0.79 0.41
Hex 16 AB BD 58 A 0 1A BA 4F 29
Octal 26 253 275 130 12 0 32 272 117 51
Binary 10110 10101011 10111101 1011000 1010 0 11010 10111010 1001111 101001

Color Harmonies of #16ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABBD

Black with #16ABBD

Text Example


Text Example

White with #16ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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