Html Css Color HEX #16ADCD Iris Blue

📋 copy color: '#16ADCD'

red 22 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #16ADCD

Tints of Iris Blue #16ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 5.5%
G = 43.25%
B = 51.25%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16ADCD (or 0x16ADCD) is known color: Iris Blue. HEX triplet: 16, AD and CD. RGB value is (22,173,205). Sum of RGB (Red+Green+Blue) = 22+173+205=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #16ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADCD is #E95232. Grayscale: #838383. Windows color (decimal): -15290931 or 13479190. OLE color: 13479190.

HSL color Cylindrical-coordinate representation of color #16ADCD: hue angle of 190.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ADCD is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 173 205 -
CMYK 0.89 0.16 0 0.20
HSL 190.49º 0.81% 0.45% -
HSV(B) 190.49º 0.89% 0.8% -
XYZ 26.29 34.47 63.02 -
YUV 131.5 169.47 49.9 -
System Red Green Blue C M Y K H S L
Decimal 22 173 205 0.89 0.16 0 0.20 190.49 0.81 0.45
Hex 16 AD CD 59 10 0 14 BE 51 2D
Octal 26 255 315 131 20 0 24 276 121 55
Binary 10110 10101101 11001101 1011001 10000 0 10100 10111110 1010001 101101

Color Harmonies of #16ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADCD

Black with #16ADCD

Text Example


Text Example

White with #16ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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