Html Css Color HEX #16BACC Iris Blue

📋 copy color: '#16BACC'

red 22 ◦ green 186 ◦ blue 204

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

Shades of Iris Blue #16BACC

Tints of Iris Blue #16BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

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

R = 5.34%
G = 45.15%
B = 49.51%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#16BACC (or 0x16BACC) is known color: Iris Blue. HEX triplet: 16, BA and CC. RGB value is (22,186,204). Sum of RGB (Red+Green+Blue) = 22+186+204=412 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.34% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #16BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BACC is #E94533. Grayscale: #8A8A8A. Windows color (decimal): -15287604 or 13416982. OLE color: 13416982.

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

Color convert

RGB 22 186 204 -
CMYK 0.89 0.09 0 0.2
HSL 185.93º 0.81% 0.44% -
HSV(B) 185.93º 0.89% 0.8% -
XYZ 28.79 39.65 63.26 -
YUV 139.02 164.67 44.54 -
System Red Green Blue C M Y K H S L
Decimal 22 186 204 0.89 0.09 0 0.2 185.93 0.81 0.44
Hex 16 BA CC 59 9 0 14 BA 51 2C
Octal 26 272 314 131 11 0 24 272 121 54
Binary 10110 10111010 11001100 1011001 1001 0 10100 10111010 1010001 101100

Color Harmonies of #16BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BACC

Black with #16BACC

Text Example


Text Example

White with #16BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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