Html Css Color HEX #16ABBE Iris Blue

📋 copy color: '#16ABBE'

red 22 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #16ABBE

Tints of Iris Blue #16ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 5.74%
G = 44.65%
B = 49.61%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#16ABBE (or 0x16ABBE) is known color: Iris Blue. HEX triplet: 16, AB and BE. RGB value is (22,171,190). Sum of RGB (Red+Green+Blue) = 22+171+190=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #16ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABBE is #E95441. Grayscale: #808080. Windows color (decimal): -15291458 or 12495638. OLE color: 12495638.

HSL color Cylindrical-coordinate representation of color #16ABBE: hue angle of 186.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16ABBE is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 171 190 -
CMYK 0.88 0.10 0 0.25
HSL 186.79º 0.79% 0.42% -
HSV(B) 186.79º 0.88% 0.75% -
XYZ 24.19 33.01 53.81 -
YUV 128.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 22 171 190 0.88 0.10 0 0.25 186.79 0.79 0.42
Hex 16 AB BE 58 A 0 19 BB 4F 2A
Octal 26 253 276 130 12 0 31 273 117 52
Binary 10110 10101011 10111110 1011000 1010 0 11001 10111011 1001111 101010

Color Harmonies of #16ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABBE

Black with #16ABBE

Text Example


Text Example

White with #16ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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