Html Css Color HEX #16ADDF Iris Blue

📋 copy color: '#16ADDF'

red 22 ◦ green 173 ◦ blue 223

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

Shades of Iris Blue #16ADDF

Tints of Iris Blue #16ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

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

R = 5.26%
G = 41.39%
B = 53.35%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#16ADDF (or 0x16ADDF) is known color: Iris Blue. HEX triplet: 16, AD and DF. RGB value is (22,173,223). Sum of RGB (Red+Green+Blue) = 22+173+223=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #16ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADDF is #E95220. Grayscale: #858585. Windows color (decimal): -15290913 or 14658838. OLE color: 14658838.

HSL color Cylindrical-coordinate representation of color #16ADDF: hue angle of 194.93º 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 #16ADDF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 173 223 -
CMYK 0.90 0.22 0 0.13
HSL 194.93º 0.82% 0.48% -
HSV(B) 194.93º 0.9% 0.87% -
XYZ 28.59 35.39 75.14 -
YUV 133.55 178.47 48.43 -
System Red Green Blue C M Y K H S L
Decimal 22 173 223 0.90 0.22 0 0.13 194.93 0.82 0.48
Hex 16 AD DF 5A 16 0 D C3 52 30
Octal 26 255 337 132 26 0 15 303 122 60
Binary 10110 10101101 11011111 1011010 10110 0 1101 11000011 1010010 110000

Color Harmonies of #16ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADDF

Black with #16ADDF

Text Example


Text Example

White with #16ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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