Html Css Color HEX #16ABCC Iris Blue

📋 copy color: '#16ABCC'

red 22 ◦ green 171 ◦ blue 204

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

Shades of Iris Blue #16ABCC

Tints of Iris Blue #16ABCC

RGB

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

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

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

R = 5.54%
G = 43.07%
B = 51.39%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#16ABCC (or 0x16ABCC) is known color: Iris Blue. HEX triplet: 16, AB and CC. RGB value is (22,171,204). Sum of RGB (Red+Green+Blue) = 22+171+204=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #16ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABCC is #E95433. Grayscale: #818181. Windows color (decimal): -15291444 or 13413142. OLE color: 13413142.

HSL color Cylindrical-coordinate representation of color #16ABCC: hue angle of 190.88º 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 #16ABCC is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 171 204 -
CMYK 0.89 0.16 0 0.2
HSL 190.88º 0.81% 0.44% -
HSV(B) 190.88º 0.89% 0.8% -
XYZ 25.79 33.66 62.26 -
YUV 130.21 169.64 50.82 -
System Red Green Blue C M Y K H S L
Decimal 22 171 204 0.89 0.16 0 0.2 190.88 0.81 0.44
Hex 16 AB CC 59 10 0 14 BF 51 2C
Octal 26 253 314 131 20 0 24 277 121 54
Binary 10110 10101011 11001100 1011001 10000 0 10100 10111111 1010001 101100

Color Harmonies of #16ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABCC

Black with #16ABCC

Text Example


Text Example

White with #16ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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