Html Css Color HEX #16ADCC Iris Blue

📋 copy color: '#16ADCC'

red 22 ◦ green 173 ◦ blue 204

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

Shades of Iris Blue #16ADCC

Tints of Iris Blue #16ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 5.51%
G = 43.36%
B = 51.13%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#16ADCC (or 0x16ADCC) is known color: Iris Blue. HEX triplet: 16, AD and CC. RGB value is (22,173,204). Sum of RGB (Red+Green+Blue) = 22+173+204=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #16ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADCC is #E95233. Grayscale: #838383. Windows color (decimal): -15290932 or 13413654. OLE color: 13413654.

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

Color convert

RGB 22 173 204 -
CMYK 0.89 0.15 0 0.2
HSL 190.22º 0.81% 0.44% -
HSV(B) 190.22º 0.89% 0.8% -
XYZ 26.17 34.42 62.39 -
YUV 131.39 168.97 49.98 -
System Red Green Blue C M Y K H S L
Decimal 22 173 204 0.89 0.15 0 0.2 190.22 0.81 0.44
Hex 16 AD CC 59 F 0 14 BE 51 2C
Octal 26 255 314 131 17 0 24 276 121 54
Binary 10110 10101101 11001100 1011001 1111 0 10100 10111110 1010001 101100

Color Harmonies of #16ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADCC

Black with #16ADCC

Text Example


Text Example

White with #16ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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