Html Css Color HEX #16ABDF Iris Blue

📋 copy color: '#16ABDF'

red 22 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #16ABDF

Tints of Iris Blue #16ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 5.29%
G = 41.11%
B = 53.61%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#16ABDF (or 0x16ABDF) is known color: Iris Blue. HEX triplet: 16, AB and DF. RGB value is (22,171,223). Sum of RGB (Red+Green+Blue) = 22+171+223=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #16ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABDF is #E95420. Grayscale: #848484. Windows color (decimal): -15291425 or 14658326. OLE color: 14658326.

HSL color Cylindrical-coordinate representation of color #16ABDF: hue angle of 195.52º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ABDF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 171 223 -
CMYK 0.90 0.23 0 0.13
HSL 195.52º 0.82% 0.48% -
HSV(B) 195.52º 0.9% 0.87% -
XYZ 28.21 34.62 75.01 -
YUV 132.38 179.14 49.27 -
System Red Green Blue C M Y K H S L
Decimal 22 171 223 0.90 0.23 0 0.13 195.52 0.82 0.48
Hex 16 AB DF 5A 17 0 D C4 52 30
Octal 26 253 337 132 27 0 15 304 122 60
Binary 10110 10101011 11011111 1011010 10111 0 1101 11000100 1010010 110000

Color Harmonies of #16ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABDF

Black with #16ABDF

Text Example


Text Example

White with #16ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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