Html Css Color HEX #16ACCC Iris Blue

📋 copy color: '#16ACCC'

red 22 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #16ACCC

Tints of Iris Blue #16ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 5.53%
G = 43.22%
B = 51.26%

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

#16ACCC (or 0x16ACCC) is known color: Iris Blue. HEX triplet: 16, AC and CC. RGB value is (22,172,204). Sum of RGB (Red+Green+Blue) = 22+172+204=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #16ACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACCC is #E95333. Grayscale: #828282. Windows color (decimal): -15291188 or 13413398. OLE color: 13413398.

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

Color convert

RGB 22 172 204 -
CMYK 0.89 0.16 0 0.2
HSL 190.55º 0.81% 0.44% -
HSV(B) 190.55º 0.89% 0.8% -
XYZ 25.98 34.04 62.33 -
YUV 130.8 169.31 50.4 -
System Red Green Blue C M Y K H S L
Decimal 22 172 204 0.89 0.16 0 0.2 190.55 0.81 0.44
Hex 16 AC CC 59 10 0 14 BF 51 2C
Octal 26 254 314 131 20 0 24 277 121 54
Binary 10110 10101100 11001100 1011001 10000 0 10100 10111111 1010001 101100

Color Harmonies of #16ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACCC

Black with #16ACCC

Text Example


Text Example

White with #16ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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